Home
last modified time | relevance | path

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

/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/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp205 void CVSymbolDumperImpl::visitExportSym(SymbolKind Kind, ExportSym &Export) { in visitExportSym()