Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp21 llvm::Optional<DIERef> DWARFBaseDIE::GetDIERef() const { in GetDIERef() function in DWARFBaseDIE
H A DDWARFBaseDIE.h58 llvm::Optional<DIERef> GetDIERef() const;
H A DSymbolFileDWARF.h266 return GetUID(die.GetDIERef()); in GetUID()
H A DManualDWARFIndex.cpp252 DIERef ref = *DWARFDIE(&unit, &die).GetDIERef(); in IndexUnitImpl()
H A DSymbolFileDWARF.cpp2997 *die.GetDIERef()); in ParseType()
3625 merged.push_back(*abstract_child.GetDIERef()); in MergeBlockAbstractParameters()
3640 merged.push_back(*abstract_child.GetDIERef()); in MergeBlockAbstractParameters()
3690 accumulator.push_back(*die.GetDIERef()); in ParseVariablesInFunctionContextRecursive()
H A DDWARFASTParserClang.cpp1824 *die.GetDIERef()); in ParseStructureLikeDIE()