Searched refs:CallSiteTypeId (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp121 Argument &CallSiteTypeId = *(args++); local
122 CallSiteTypeId.setName("CallSiteTypeId");
142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, BitSetIds.size());
/freebsd-11.0-release/contrib/compiler-rt/lib/cfi/
H A Dcfi.cc192 void __cfi_slowpath(u64 CallSiteTypeId, void *Ptr) { argument
194 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr);
206 cfi_check(CallSiteTypeId, Ptr);

Completed in 138 milliseconds