Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp33 TypeEntry *RefTypeName) in DebugDieTypeRefPatch() argument
34 : SectionPatch({PatchOffset}), RefTypeName(RefTypeName) {} in DebugDieTypeRefPatch()
39 TypeEntry *RefTypeName) in DebugType2TypeDieRefPatch() argument
41 RefTypeName(RefTypeName) {}
421 assert(Patch.RefTypeName != nullptr); in applyPatches()
423 TypeEntryBody *TypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()
425 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches()
448 assert(Patch.RefTypeName != nullptr); in applyPatches()
449 TypeEntryBody *RefTypeEntry = Patch.RefTypeName->getValue().load(); in applyPatches()
451 formatv("No data for type {0}", Patch.RefTypeName->getKey()) in applyPatches()
H A DOutputSections.h98 DebugDieTypeRefPatch(uint64_t PatchOffset, TypeEntry *RefTypeName);
100 TypeEntry *RefTypeName = nullptr; member
106 TypeEntry *RefTypeName);
110 TypeEntry *RefTypeName = nullptr; member