Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp123 const DWARFDataExtractor &DWARFContext::getOrLoadDebugTypesData() { in getOrLoadDebugTypesData() function in DWARFContext
147 AddSection("debug_types.dwo", getOrLoadDebugTypesData()); in GetAsLLVM()
H A DDWARFContext.h76 const DWARFDataExtractor &getOrLoadDebugTypesData();
H A DDWARFDebugInfo.cpp80 ? m_context.getOrLoadDebugTypesData() in ParseUnitsFor()
H A DDWARFUnit.cpp1045 ? m_dwarf.GetDWARFContext().getOrLoadDebugTypesData() in GetData()