Home
last modified time | relevance | path

Searched refs:GetCompileUnitAranges (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h53 const DWARFDebugAranges &GetCompileUnitAranges();
H A DDWARFDebugInfo.cpp37 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges() function in DWARFDebugInfo
H A DSymbolFileDWARF.cpp2201 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()