Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp87 if (Ctxt && Ctxt->getCanonicalDIEOffset()) in fixupForwardReferences()
88 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp95 if (Ctxt && Ctxt->getCanonicalDIEOffset()) in fixupForwardReferences()
96 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
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()
689 bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() && in lookForRefDIEsToKeep()
704 Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr)) in lookForRefDIEsToKeep()
709 Info.Ctxt->getCanonicalDIEOffset())) in lookForRefDIEsToKeep()
932 if (Ctxt && Ctxt->getCanonicalDIEOffset()) { in cloneDieReferenceAttribute()
933 DIEInteger Attr(Ctxt->getCanonicalDIEOffset()); in cloneDieReferenceAttribute()
1371 !Info.Ctxt->getCanonicalDIEOffset()) { in cloneDIE()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h91 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; } in getCanonicalDIEOffset() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h90 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; } in getCanonicalDIEOffset() function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp130 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; } in getCanonicalDIEOffset() function in llvm::dsymutil::__anondabe43b60111::DeclContext
424 if (Ctxt && Ctxt->getCanonicalDIEOffset()) in fixupForwardReferences()
425 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
1817 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in analyzeContextInfo()
2251 Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr)) in keepDIEAndDependencies()
2256 Info.Ctxt->getCanonicalDIEOffset())) in keepDIEAndDependencies()
2387 if (Ctxt && Ctxt->getCanonicalDIEOffset()) { in cloneDieReferenceAttribute()
2388 DIEInteger Attr(Ctxt->getCanonicalDIEOffset()); in cloneDieReferenceAttribute()
2727 !Info.Ctxt->getCanonicalDIEOffset()) { in cloneDIE()