Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1149 class CallSiteInfoSym : public SymbolRecord {
1158 CallSiteInfoSym(uint32_t RecordOffset, const Hdr *H) in CallSiteInfoSym() function
1159 : SymbolRecord(SymbolRecordKind::CallSiteInfoSym), in CallSiteInfoSym()
1162 static ErrorOr<CallSiteInfoSym> deserialize(SymbolRecordKind Kind, in deserialize()
1168 return CallSiteInfoSym(RecordOffset, H); in deserialize()
DCVSymbolTypes.def229 SYMBOL_RECORD(S_CALLSITEINFO , 0x1139, CallSiteInfoSym)
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp169 CallSiteInfoSym &CallSiteInfo) { in visitCallSiteInfoSym()