Home
last modified time | relevance | path

Searched refs:ParentIdx (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
52 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp19 Idx = U.getInfo(Idx).ParentIdx; in inFunctionScope()
60 !inFunctionScope(*this, I.ParentIdx)) in markEverythingAsKept()
DDWARFLinker.cpp258 unsigned ParentIdx; member
268 : Die(Die), ParentIdx(0), OtherInfo(OtherInfo), Type(T), in ContextWorklistItem()
271 ContextWorklistItem(DWARFDie Die, DeclContext *Context, unsigned ParentIdx, in ContextWorklistItem()
273 : Die(Die), ParentIdx(ParentIdx), Context(Context), in ContextWorklistItem()
315 const DWARFDie &DIE, unsigned ParentIdx, CompileUnit &CU, in analyzeContextInfo() argument
323 Worklist.emplace_back(DIE, CurrentDeclContext, ParentIdx, InImportedModule); in analyzeContextInfo()
356 Current.ParentIdx == 0 && in analyzeContextInfo()
364 Info.ParentIdx = Current.ParentIdx; in analyzeContextInfo()
703 Info.Ctxt != ReferencedCU->getInfo(Info.ParentIdx).Ctxt && in lookForRefDIEsToKeep()
741 Worklist.emplace_back(CU.getInfo(AncestorIdx).ParentIdx, CU, Flags); in lookForParentDIEsToKeep()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h64 uint32_t ParentIdx; member
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h64 uint32_t ParentIdx; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp192 uint32_t ParentIdx; ///< The index of this DIE's parent. member
1763 unsigned ParentIdx, CompileUnit &CU, in analyzeContextInfo() argument
1783 if (DIE->getTag() == dwarf::DW_TAG_module && ParentIdx == 0 && in analyzeContextInfo()
1789 Info.ParentIdx = ParentIdx; in analyzeContextInfo()
2211 unsigned AncestorIdx = MyInfo.ParentIdx; in keepDIEAndDependencies()
2216 AncestorIdx = CU.getInfo(AncestorIdx).ParentIdx; in keepDIEAndDependencies()
2250 Info.Ctxt != ReferencedCU->getInfo(Info.ParentIdx).Ctxt && in keepDIEAndDependencies()
2726 Info.Ctxt != Unit.getInfo(Info.ParentIdx).Ctxt && in cloneDIE()
/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp549 int32_t ParentIdx = getParentIndex(ArgTypes[I]); in targetDataEnd() local
550 uint64_t ParentRC = Device.getMapEntryRefCnt(Args[ParentIdx]); in targetDataEnd()