Searched defs:ExportSym (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h989 class ExportSym : public SymbolRecord { class in inherits:SymbolRecord
997 ExportSym(uint32_t RecordOffset, const Hdr *H, StringRef Name) function in class:llvm::codeview::ExportSym
998 : SymbolRecord(SymbolRecordKind::ExportSym), RecordOffset(RecordOffset),
1001 static ErrorOr<ExportSym> deserialize(SymbolRecordKind Kind,
1008 return ExportSym(RecordOffset, H, Name);

Completed in 556 milliseconds