Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h65 const DWARFDataExtractor &getOrLoadDebugInfoData();
H A DDWARFContext.cpp68 const DWARFDataExtractor &DWARFContext::getOrLoadDebugInfoData() { in getOrLoadDebugInfoData() function in DWARFContext
H A DDWARFDebugInfo.cpp74 : m_context.getOrLoadDebugInfoData(); in ParseUnitsFor()
H A DDWARFUnit.cpp935 : m_dwarf.GetDWARFContext().getOrLoadDebugInfoData(); in GetData()