Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp70 const DWARFDataExtractor &DWARFContext::getOrLoadDebugInfoData() { in getOrLoadDebugInfoData() function in DWARFContext
146 AddSection("debug_info.dwo", getOrLoadDebugInfoData()); in GetAsLLVM()
H A DDWARFContext.h66 const DWARFDataExtractor &getOrLoadDebugInfoData();
H A DDWARFDebugInfo.cpp81 : m_context.getOrLoadDebugInfoData(); in ParseUnitsFor()
H A DDWARFUnit.cpp1046 : m_dwarf.GetDWARFContext().getOrLoadDebugInfoData(); in GetData()