Searched refs:TypeEntryBody (Results 1 – 6 of 6) sorted by relevance
25 class TypeEntryBody; variable27 using TypeEntry = StringMapEntry<std::atomic<TypeEntryBody *>>;30 class TypeEntryBody {45 static TypeEntryBody *47 TypeEntryBody *Result = Allocator.Allocate<TypeEntryBody>(); in create()48 new (Result) TypeEntryBody(Allocator); in create()71 TypeEntryBody() = delete;72 TypeEntryBody(const TypeEntryBody &RHS) = delete;73 TypeEntryBody(TypeEntryBody &&RHS) = delete;74 TypeEntryBody &operator=(const TypeEntryBody &RHS) = delete;[all …]
317 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()345 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()424 TypeEntryBody *TypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()437 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()450 TypeEntryBody *RefTypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()
51 TypeEntryBody *TypeEntryBodyPtr = nullptr;
170 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation()
663 DIE *allocateTypeDie(TypeEntryBody *TypeDescriptor,
1422 DIE *CompileUnit::allocateTypeDie(TypeEntryBody *TypeDescriptor, in allocateTypeDie()1477 TypeEntryBody *EntryBody = in createTypeDIEandCloneAttributes()