Home
last modified time | relevance | path

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

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