Home
last modified time | relevance | path

Searched refs:ExportSym (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h664 class ExportSym : public SymbolRecord {
666 explicit ExportSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ExportSym() function
667 ExportSym(uint32_t RecordOffset) in ExportSym() function
668 : SymbolRecord(SymbolRecordKind::ExportSym), RecordOffset(RecordOffset) {} in ExportSym()
DCodeViewSymbols.def198 SYMBOL_RECORD(S_EXPORT , 0x1138, ExportSym)
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h989 class ExportSym : public SymbolRecord {
997 ExportSym(uint32_t RecordOffset, const Hdr *H, StringRef Name) in ExportSym() function
998 : SymbolRecord(SymbolRecordKind::ExportSym), RecordOffset(RecordOffset), in ExportSym()
1001 static ErrorOr<ExportSym> deserialize(SymbolRecordKind Kind, in deserialize()
1008 return ExportSym(RecordOffset, H, Name); in deserialize()
DCVSymbolTypes.def196 SYMBOL_RECORD(S_EXPORT , 0x1138, ExportSym)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp166 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, ExportSym &Export) { in visitKnownRecord()
DSymbolDumper.cpp226 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, ExportSym &Export) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp205 void CVSymbolDumperImpl::visitExportSym(SymbolKind Kind, ExportSym &Export) { in visitExportSym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp316 template <> void SymbolRecordImpl<ExportSym>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp472 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, ExportSym &Export) { in visitKnownRecord()