Home
last modified time | relevance | path

Searched defs:ParentIdx (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp24 uint64_t UEndOffset, uint32_t ParentIdx) { in extractFast()
H A DDWARFUnit.cpp914 if (std::optional<uint32_t> ParentIdx = Die->getParentIdx()) { in getParentEntry() local
958 std::optional<uint32_t> ParentIdx = Die->getParentIdx(); in getPreviousSiblingEntry() local
H A DDWARFDie.cpp604 if (std::optional<uint32_t> ParentIdx = Die->getParentIdx()) in dump() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h27 uint32_t ParentIdx = UINT32_MAX; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h77 uint32_t ParentIdx; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1486 if (std::optional<uint32_t> ParentIdx = InputDieEntry->getParentIdx()) in createTypeDIEandCloneAttributes() local
1794 if (std::optional<uint32_t> ParentIdx = DieEntry->getParentIdx()) in getParent() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp248 unsigned ParentIdx; member
305 const DWARFDie &DIE, unsigned ParentIdx, CompileUnit &CU, in analyzeContextInfo()