Searched refs:CallSiteTypeId (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 119 Value &CallSiteTypeId = *(args++); in buildCFICheck() local 120 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck() 142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ControlFlowIntegrityDesign.rst | 557 __cfi_slowpath(CallSiteTypeId, f); 560 CallSiteTypeId section in Shared library support 563 ``CallSiteTypeId`` is a stable process-wide identifier of the 576 ``CallSiteTypeId`` hashing will result in weaker CFI checks that would 583 function ``f`` with type ``CallSiteTypeId`` is valid or not. To 588 void __cfi_check(uint64 CallSiteTypeId, void *TargetAddr, void *DiagData) 591 the targets inside this DSO. For each known ``CallSiteTypeId``, this 601 of CallSiteTypeId supported by this DSO, and each case is similar to 640 void __cfi_slowpath(uint64 CallSiteTypeId, void *TargetAddr) 641 void __cfi_slowpath_diag(uint64 CallSiteTypeId, void *TargetAddr, void *DiagData)
|