Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2009 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()