Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h59 std::optional<DIERef> GetDIERef() const;
H A DDWARFBaseDIE.cpp22 std::optional<DIERef> DWARFBaseDIE::GetDIERef() const { in GetDIERef() function in DWARFBaseDIE
H A DSymbolFileDWARF.h269 return GetUID(die.GetDIERef()); in GetUID()
H A DManualDWARFIndex.cpp270 DIERef ref = *DWARFDIE(&unit, &die).GetDIERef(); in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3131 *die.GetDIERef()); in ParseType()
3760 merged.push_back(*abstract_child.GetDIERef()); in MergeBlockAbstractParameters()
3775 merged.push_back(*abstract_child.GetDIERef()); in MergeBlockAbstractParameters()
3825 accumulator.push_back(*die.GetDIERef()); in ParseVariablesInFunctionContextRecursive()
H A DDWARFASTParserClang.cpp1889 *die.GetDIERef()); in ParseStructureLikeDIE()