Searched refs:CallSiteInfoSym (Results 1 – 3 of 3) sorted by relevance
1149 class CallSiteInfoSym : public SymbolRecord {1158 CallSiteInfoSym(uint32_t RecordOffset, const Hdr *H) in CallSiteInfoSym() function1159 : SymbolRecord(SymbolRecordKind::CallSiteInfoSym), in CallSiteInfoSym()1162 static ErrorOr<CallSiteInfoSym> deserialize(SymbolRecordKind Kind, in deserialize()1168 return CallSiteInfoSym(RecordOffset, H); in deserialize()
229 SYMBOL_RECORD(S_CALLSITEINFO , 0x1139, CallSiteInfoSym)
169 CallSiteInfoSym &CallSiteInfo) { in visitCallSiteInfoSym()