Home
last modified time | relevance | path

Searched refs:getOrCreateFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h93 const Function *getOrCreateFunction(const FunctionDecl *FD);
H A DContext.cpp259 const Function *Context::getOrCreateFunction(const FunctionDecl *FD) { in getOrCreateFunction() function in Context
H A DInterp.cpp860 const Function *DtorFunc = S.getContext().getOrCreateFunction(Dtor); in runRecordDestructor()
H A DInterp.h2605 Func = S.getContext().getOrCreateFunction(Overrider); in CallVirt()
2708 const auto *Func = S.getContext().getOrCreateFunction(FD); in GetMemberPtrDecl()
H A DCompiler.cpp3547 return Ctx.getOrCreateFunction(FD); in getFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp80 static Function *getOrCreateFunction(Module *M, Type *RetTy, in getOrCreateFunction() function
294 getOrCreateFunction(M, FSHRetTy, FSHFuncTy->params(), FuncName); in lowerFunnelShifts()
419 getOrCreateFunction(M, FSHLRetTy, UMulFuncTy->params(), FuncName); in lowerUMulWithOverflow()