Searched refs:TypeEntryBody (Results 1 – 5 of 5) 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 …]
316 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()344 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()423 TypeEntryBody *TypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()436 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in applyPatches()449 TypeEntryBody *RefTypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()
169 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation()
663 DIE *allocateTypeDie(TypeEntryBody *TypeDescriptor,
1418 DIE *CompileUnit::allocateTypeDie(TypeEntryBody *TypeDescriptor, in allocateTypeDie()1473 TypeEntryBody *EntryBody = in createTypeDIEandCloneAttributes()