Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp94 assert(Ctxt->getCanonicalDIEOffset() && in fixupForwardReferences()
96 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
H A DDWARFLinker.cpp292 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in updatePruning()
294 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 && in updatePruning()
295 Info.Ctxt->getCanonicalDIEOffset() <= ModulesEndOffset; in updatePruning()
927 RefInfo.Ctxt->getCanonicalDIEOffset()) { in cloneDieReferenceAttribute()
930 DIEInteger Attr(RefInfo.Ctxt->getCanonicalDIEOffset()); in cloneDieReferenceAttribute()
1396 (Info.Ctxt->getCanonicalDIEOffset() == 0)) { in cloneDIE()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h99 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; } in getCanonicalDIEOffset() function