Home
last modified time | relevance | path

Searched refs:TypeEntryBody (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h25 class TypeEntryBody; variable
27 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 …]
H A DOutputSections.cpp317 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()
H A DDWARFLinkerTypeUnit.h51 TypeEntryBody *TypeEntryBodyPtr = nullptr;
H A DDWARFLinkerTypeUnit.cpp170 TypeEntryBody *TypeEntry = Patch.TypeName->getValue().load(); in prepareDataForTreeCreation()
H A DDWARFLinkerCompileUnit.h663 DIE *allocateTypeDie(TypeEntryBody *TypeDescriptor,
H A DDWARFLinkerCompileUnit.cpp1422 DIE *CompileUnit::allocateTypeDie(TypeEntryBody *TypeDescriptor, in allocateTypeDie()
1477 TypeEntryBody *EntryBody = in createTypeDIEandCloneAttributes()