|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/DebugInfo/PDB/Native/SymbolStream.h 33 codeview::CVSymbol readRecord(uint32_t Offset) const;
References
lib/DebugInfo/PDB/Native/GlobalsStream.cpp 76 codeview::CVSymbol Record = Symbols.readRecord(Off);
lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp 29 CVSymbol S = SS.readRecord(Off);
lib/DebugInfo/PDB/Native/SymbolCache.cpp 264 CVSymbol CVS = SS.readRecord(Offset);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 415 CVSymbol s1 = syms.readRecord(x);
425 CVSymbol sym = syms.readRecord(*iter);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp 195 return symrecords().readRecord(global.offset);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 744 CVSymbol sym = m_index->symrecords().readRecord(var_id.offset);
tools/llvm-pdbutil/DumpOutputStyle.cpp 830 CVSymbol Sym = SymbolRecords.readRecord(PubSymOff);
tools/llvm-pdbutil/TypeReferenceTracker.cpp 80 CVSymbol Sym = SymStream.readRecord(PubSymOff);