Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp599 if (GetDwoSymbolFile()) in GetDIE()
600 return GetDwoSymbolFile()->GetCompileUnit()->GetDIE(die_offset); in GetDIE()
769 SymbolFileDWARFDwo *DWARFUnit::GetDwoSymbolFile() const { in GetDwoSymbolFile() function in DWARFUnit
H A DDWARFUnit.h172 SymbolFileDWARFDwo *GetDwoSymbolFile() const;
H A DDebugNamesDWARFIndex.cpp67 uint64_t die_bias = cu->GetDwoSymbolFile() ? 0 : *cu_offset; in ToDIERef()
H A DDWARFDebugInfoEntry.cpp412 SymbolFileDWARFDwo *dwo_symbol_file = cu->GetDwoSymbolFile(); in GetDIENamesAndRanges()
789 SymbolFileDWARFDwo *dwo_symbol_file = cu->GetDwoSymbolFile(); in GetAttributes()
866 SymbolFileDWARFDwo *dwo_symbol_file = cu->GetDwoSymbolFile(); in GetAttributeValue()
H A DManualDWARFIndex.cpp109 SymbolFileDWARFDwo *dwo_symbol_file = unit.GetDwoSymbolFile(); in IndexUnit()
H A DSymbolFileDWARF.cpp2421 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(); in GetMangledNamesForFunction()