Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp218 Function *DirectCallee = Symtab->getFunction(Target); in isPromotionLegal() local
219 if (DirectCallee == nullptr) in isPromotionLegal()
224 Type *FuncRetType = DirectCallee->getReturnType(); in isPromotionLegal()
231 FunctionType *DirectCalleeType = DirectCallee->getFunctionType(); in isPromotionLegal()
250 TargetFunction = DirectCallee; in isPromotionLegal()
311 static void createIfThenElse(Instruction *Inst, Function *DirectCallee, in createIfThenElse() argument
324 BBBuilder.CreateBitCast(DirectCallee, Type::getInt8PtrTy(Ctx), ""); in createIfThenElse()
426 Function *DirectCallee) { in insertCallRetCast() argument
431 Type *FuncRetType = DirectCallee->getReturnType(); in insertCallRetCast()
454 Function *DirectCallee, in createDirectCallInst() argument
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1042 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall() local
1043 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DirectCallee)) in getSimpleCall()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1011 const Value *DirectCallee = CS->getCalledFunction(); in getArgumentAlignment() local
1013 if (!DirectCallee) { in getArgumentAlignment()
1038 DirectCallee = CalleeV; in getArgumentAlignment()
1044 if (DirectCallee) in getArgumentAlignment()
1045 if (llvm::getAlign(*cast<Function>(DirectCallee), Idx, Align)) in getArgumentAlignment()