Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h75 const DWARFDataExtractor &getOrLoadDebugTypesData();
H A DDWARFContext.cpp121 const DWARFDataExtractor &DWARFContext::getOrLoadDebugTypesData() { in getOrLoadDebugTypesData() function in DWARFContext
H A DDWARFDebugInfo.cpp72 ? m_context.getOrLoadDebugTypesData() in ParseUnitsFor()
H A DDWARFUnit.cpp981 ? m_dwarf.GetDWARFContext().getOrLoadDebugTypesData() in GetData()