Home
last modified time | relevance | path

Searched refs:createCall (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp130 BC.MIB->createCall(Inst, BC.Ctx->createNamedTempSymbol(), BC.Ctx.get()); in getSizeOfCallInst()
H A DInstrumentation.cpp562 BC.MIB->createCall(NewInst, Target, BC.Ctx.get()); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1452 virtual bool createCall(MCInst &Inst, const MCSymbol *Target, in createCall() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp569 CallRef createCall(const FunctionDecl *Callee) { in createCall() function in __anon7a1fdcea0111::CallStackFrame
6428 CallRef Call = Info.CurrentCall->createCall(Definition); in HandleConstructorCall()
7674 Call = Info.CurrentCall->createCall(FD); in handleCallExpr()
7753 Call = Info.CurrentCall->createCall(FD); in handleCallExpr()
15872 CallRef Call = Info.CurrentCall->createCall(Callee); in EvaluateWithSubstitution()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2915 bool createCall(MCInst &Inst, const MCSymbol *Target, in createCall() function in __anoncef8f4420111::X86MCPlusBuilder