Searched refs:RefCU (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 19 CompileUnit *RefCU, uint32_t RefIdx) in DebugDieRefPatch() argument 21 RefCU(RefCU, (SrcCU != nullptr) && 22 (SrcCU->getUniqueID() == RefCU->getUniqueID())), 27 CompileUnit *RefCU, in DebugULEB128DieRefPatch() argument 30 RefCU(RefCU, SrcCU->getUniqueID() == RefCU->getUniqueID()), 401 if (!Patch.RefCU.getInt()) { in applyPatches() 403 Patch.RefCU.getPointer()->getSectionDescriptor( in applyPatches() 415 assert(Patch.RefCU.getInt()); in applyPatches()
|
| H A D | OutputSections.h | 80 DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, CompileUnit *RefCU, 83 PointerIntPair<CompileUnit *, 1> RefCU; member 90 CompileUnit *RefCU, uint32_t RefIdx); 92 PointerIntPair<CompileUnit *, 1> RefCU; member
|
| H A D | DWARFLinkerCompileUnit.cpp | 342 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets() 351 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets() 363 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets() 375 Patch.RefCU.getPointer()->getDieOutOffset( in updateDieRefPatchesWithClonedOffsets() 384 CompileUnit *RefCU; in resolveDIEReference() local 387 RefCU = this; in resolveDIEReference() 390 RefCU = getUnitFromOffset(*Offset); in resolveDIEReference() 396 if (RefCU == this) { in resolveDIEReference() 400 } else if (RefCU && CanResolveInterCUReferences) { in resolveDIEReference() 404 enum Stage ReferredCUStage = RefCU->getStage(); in resolveDIEReference() [all …]
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 78 CompileUnit *&RefCU) { in resolveDIEReference() argument 89 if ((RefCU = getUnitForOffset(Units, RefOffset))) in resolveDIEReference() 90 if (const auto RefDie = RefCU->getOrigUnit().getDIEForOffset(RefOffset)) { in resolveDIEReference() 2389 CompileUnit *RefCU; in hashFullyQualifiedName() local 2391 Linker.resolveDIEReference(File, CompileUnits, *Ref, DIE, RefCU)) { in hashFullyQualifiedName() 2392 CU = RefCU; in hashFullyQualifiedName() 2393 OrigUnit = &RefCU->getOrigUnit(); in hashFullyQualifiedName()
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 533 const DWARFDie &DIE, CompileUnit *&RefCU);
|