Searched refs:m_debug_stream (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h49 llvm::pdb::ModuleDebugStreamRef m_debug_stream; member in struct:lldb_private::npdb::CompilandIndexItem
H A DCompileUnitIndex.cpp80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray();
110 for (const auto &ss : item.m_debug_stream.getSubsectionsArray()) {
130 : m_id(id), m_debug_stream(std::move(debug_stream)),
167 cci->m_strings.initialize(cci->m_debug_stream.getSubsectionsArray());
H A DPdbIndex.cpp120 const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray();
189 auto iter = cci->m_debug_stream.getSymbolArray().at(cu_sym.offset);
190 lldbassert(iter != cci->m_debug_stream.getSymbolArray().end());
H A DSymbolFileNativePDB.cpp384 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset);
480 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset);
1056 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray();
1201 cii->m_debug_stream.getSubsectionsArray()) {
1270 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray();
1279 cii->m_debug_stream.readSymbolAtOffset(record_offset);
1403 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset);
1544 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() ==
1627 cii->m_debug_stream.getSymbolArrayForScope(parent_id.offset);
1923 CVSymbol sym = cii->m_debug_stream
[all...]
H A DPdbAstBuilder.cpp929 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(inlinesite_id.offset);
1076 cii->m_debug_stream.getSymbolArrayForScope(func_id.offset);
1303 const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray();
1366 cii.m_debug_stream.getSymbolArrayForScope(block_id.offset);

Completed in 123 milliseconds