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

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h1149 class CallSiteInfoSym : public SymbolRecord { class in inherits:SymbolRecord
1158 CallSiteInfoSym(uint32_t RecordOffset, const Hdr *H) function in class:llvm::codeview::CallSiteInfoSym
1159 : SymbolRecord(SymbolRecordKind::CallSiteInfoSym),
1162 static ErrorOr<CallSiteInfoSym> deserialize(SymbolRecordKind Kind,
1168 return CallSiteInfoSym(RecordOffset, H);

Completed in 112 milliseconds