Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h64 const DWARFDataExtractor &getOrLoadArangesData();
H A DDWARFContext.cpp58 const DWARFDataExtractor &DWARFContext::getOrLoadArangesData() { in getOrLoadArangesData() function in DWARFContext
H A DDWARFDebugInfo.cpp42 m_context.getOrLoadArangesData(); in GetCompileUnitAranges()