Home
last modified time | relevance | path

Searched refs:RefTypeName (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp34 TypeEntry *RefTypeName) in DebugDieTypeRefPatch() argument
35 : SectionPatch({PatchOffset}), RefTypeName(RefTypeName) {} in DebugDieTypeRefPatch()
40 TypeEntry *RefTypeName) in DebugType2TypeDieRefPatch() argument
42 RefTypeName(RefTypeName) {}
422 assert(Patch.RefTypeName != nullptr); in applyPatches()
424 TypeEntryBody *TypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()
426 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches()
449 assert(Patch.RefTypeName != nullptr); in applyPatches()
450 TypeEntryBody *RefTypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()
452 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches()
H A DDIEAttributeCloner.cpp250 TypeEntry *RefTypeName = nullptr; in cloneDieRefAttr() local
254 RefTypeName = RefDiePair->CU->getDieTypeEntry(RefDiePair->DieEntry); in cloneDieRefAttr()
257 assert(RefTypeName && "Type name for referenced DIE is not set"); in cloneDieRefAttr()
263 RefTypeName}); in cloneDieRefAttr()
270 if (RefTypeName) { in cloneDieRefAttr()
272 DebugDieTypeRefPatch{AttrOutOffset, RefTypeName}, PatchesOffsets); in cloneDieRefAttr()
H A DOutputSections.h98 DebugDieTypeRefPatch(uint64_t PatchOffset, TypeEntry *RefTypeName);
100 TypeEntry *RefTypeName = nullptr; member
106 TypeEntry *RefTypeName);
110 TypeEntry *RefTypeName = nullptr; member