|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/SymbolDeserializer.h 36 template <typename T> static Error deserializeAs(CVSymbol Symbol, T &Record) {
83 template <typename T> Error visitKnownRecordImpl(CVSymbol &CVR, T &Record) {
include/llvm/DebugInfo/CodeView/SymbolSerializer.h 52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
75 Error visitKnownRecordImpl(CVSymbol &CVR, RecordKind &Record) {
include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h 61 void addGlobalSymbol(const codeview::DataSym &Sym);
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp 24 T KnownRecord(RK);
lib/DebugInfo/CodeView/SymbolDumper.cpp 296 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, DataSym &Data) {
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp 219 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, DataSym &Data) {
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp 63 template <typename T> void addSymbol(const T &Symbol, MSFBuilder &Msf) {
64 T Copy(Symbol);
294 void GSIStreamBuilder::addGlobalSymbol(const DataSym &Sym) {
lib/ObjectYAML/CodeViewYAMLSymbols.cpp 231 return SymbolDeserializer::deserializeAs<T>(CVS, Symbol);
234 mutable T Symbol;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp 209 template <typename RecordT> RecordT createRecord(const CVSymbol &sym) {
210 RecordT record(static_cast<SymbolRecordKind>(sym.kind()));
211 cantFail(SymbolDeserializer::deserializeAs<RecordT>(sym, record));
238 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) {
239 DataSym record = createRecord<DataSym>(sym);
239 DataSym record = createRecord<DataSym>(sym);
283 return ::GetSegmentAndOffset<DataSym>(sym);
484 DataSym data(SymbolRecordKind::DataSym);
485 cantFail(SymbolDeserializer::deserializeAs<DataSym>(sym, data));
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 760 DataSym ds(sym.kind());
761 llvm::cantFail(SymbolDeserializer::deserializeAs<DataSym>(sym, ds));
tools/llvm-pdbutil/MinimalSymbolDumper.cpp 555 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, DataSym &Data) {
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp 72 template <typename... T> void writeSymbolRecords(T &&... Records) {
160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) {
548 DataSym DS(SymbolRecordKind::GlobalData);
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };