Home
last modified time | relevance | path

Searched refs:getOrLoadRangesData (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFContext.h71 const DWARFDataExtractor &getOrLoadRangesData();
DDWARFDebugRanges.cpp46 const DWARFDataExtractor &debug_ranges_data = context.getOrLoadRangesData(); in Extract()
DDWARFContext.cpp99 const DWARFDataExtractor &DWARFContext::getOrLoadRangesData() { in getOrLoadRangesData() function in DWARFContext
DSymbolFileDWARF.cpp653 if (m_context.getOrLoadRangesData().GetByteSize() > 0) in GetDebugRanges()