Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFContext.h73 const DWARFDataExtractor &getOrLoadStrData();
DDWARFContext.cpp110 const DWARFDataExtractor &DWARFContext::getOrLoadStrData() { in getOrLoadStrData() function in DWARFContext
DDWARFFormValue.cpp462 return context.getOrLoadStrData().PeekCStr(m_value.value.uval); in AsCString()
472 return context.getOrLoadStrData().PeekCStr(*offset); in AsCString()
DSymbolFileDWARF.cpp477 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
488 m_context.getOrLoadStrData(), *this); in InitializeObject()
1087 debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(), in ParseDebugMacros()