Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h55 const DWARFDebugAranges &GetCompileUnitAranges();
H A DDWARFDebugInfo.cpp36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges() function in DWARFDebugInfo
H A DSymbolFileDWARF.cpp1964 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()