Home
last modified time | relevance | path

Searched defs:FuncPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h45 Value *FuncPtr = LI->getPointerOperand(); // GEP (or bitcast) in tryGetVTableInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp96 Value *FuncPtr = Call->getCalledOperand(); in run() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp906 PHINode *FuncPtr = in CleanupAndPrepareModules() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1194 llvm::Value *FuncPtr = Builder.CreateStructGEP(GenBlockTy, BlockPtr, 2); in EmitBlockCallExpr() local
1203 llvm::Value *FuncPtr = Builder.CreateStructGEP(GenBlockTy, BlockPtr, 3); in EmitBlockCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2637 const FunctionPointer &FuncPtr = S.Stk.pop<FunctionPointer>(); in CallPtr() local