Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp345 ALWAYS_INLINE void CfiSlowPathCommon(u64 CallSiteTypeId, void *Ptr, in CfiSlowPathCommon() argument
348 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon()
367 cfi_check(CallSiteTypeId, Ptr, DiagData); in CfiSlowPathCommon()
406 __cfi_slowpath(u64 CallSiteTypeId, void *Ptr) { in __cfi_slowpath() argument
407 CfiSlowPathCommon(CallSiteTypeId, Ptr, nullptr); in __cfi_slowpath()
412 __cfi_slowpath_diag(u64 CallSiteTypeId, void *Ptr, void *DiagData) { in __cfi_slowpath_diag() argument
413 CfiSlowPathCommon(CallSiteTypeId, Ptr, DiagData); in __cfi_slowpath_diag()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp100 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
101 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck()
123 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()