Home
last modified time | relevance | path

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

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