Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp23 std::optional<DIERef> DWARFBaseDIE::GetDIERef() const { in GetDIERef() function in DWARFBaseDIE
74 const std::optional<DIERef> &ref = this->GetDIERef(); in GetID()
H A DDWARFBaseDIE.h61 std::optional<DIERef> GetDIERef() const;
H A DManualDWARFIndex.cpp281 DIERef ref = *DWARFDIE(&unit, &die).GetDIERef(); in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3237 *die.GetDIERef()); in ParseType()
3876 merged.push_back(*abstract_child.GetDIERef()); in MergeBlockAbstractParameters()
3891 merged.push_back(*abstract_child.GetDIERef()); in MergeBlockAbstractParameters()
3941 accumulator.push_back(*die.GetDIERef()); in ParseVariablesInFunctionContextRecursive()
H A DDWARFASTParserClang.cpp1931 *die.GetDIERef()); in ParseStructureLikeDIE()