Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h60 LLVM_ABI codeview::CVSymbol readSymbolAtOffset(uint32_t Offset) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp114 CVSymbol ModuleDebugStreamRef::readSymbolAtOffset(uint32_t Offset) const { in readSymbolAtOffset() function in ModuleDebugStreamRef
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp384 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in CreateBlock()
476 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset); in CreateFunction()
1276 cii->m_debug_stream.readSymbolAtOffset(record_offset); in ParseLineTable()
1397 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset); in ParseInlineSite()
1538 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() == in ParseInlineSite()
1943 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in ParseVariablesForBlock()
H A DPdbAstBuilder.cpp929 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(inlinesite_id.offset); in GetOrCreateInlinedFunctionDecl()