Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h73 const DWARFDataExtractor &getOrLoadStrData();
H A DDWARFContext.cpp110 const DWARFDataExtractor &DWARFContext::getOrLoadStrData() { in getOrLoadStrData() function in DWARFContext
H A DDWARFFormValue.cpp465 return context.getOrLoadStrData().PeekCStr(m_value.value.uval); in AsCString()
475 return context.getOrLoadStrData().PeekCStr(*offset); in AsCString()
H A DSymbolFileDWARF.cpp469 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
483 m_context.getOrLoadStrData(), *this); in InitializeObject()
1193 debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(), in ParseDebugMacros()