Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h65 const DWARFDataExtractor &getOrLoadDebugInfoData();
H A DDWARFContext.cpp69 const DWARFDataExtractor &DWARFContext::getOrLoadDebugInfoData() { in getOrLoadDebugInfoData() function in DWARFContext
H A DDWARFDebugInfo.cpp81 : m_context.getOrLoadDebugInfoData(); in ParseUnitsFor()
H A DDWARFUnit.cpp1003 : m_dwarf.GetDWARFContext().getOrLoadDebugInfoData(); in GetData()