Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h74 const DWARFDataExtractor &getOrLoadStrData();
H A DDWARFContext.cpp112 const DWARFDataExtractor &DWARFContext::getOrLoadStrData() { in getOrLoadStrData() function in DWARFContext
H A DDWARFFormValue.cpp471 return context.getOrLoadStrData().PeekCStr(m_value.uval); in AsCString()
481 return context.getOrLoadStrData().PeekCStr(*offset); in AsCString()
H A DSymbolFileDWARF.cpp537 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
550 m_context.getOrLoadStrData(), *this);
1290 debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(), in ParseDebugMacros()