Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp240 llvm::Constant *Ptr = GetOrCreateLLVMFunction( in getAddrAndTypeOfCXXStructor()
H A DCodeGenModule.cpp3693 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference()
3813 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal()
4357 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition()
4384 Func = GetOrCreateLLVMFunction( in emitCPUDispatchDefinition()
4522 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver()
4535 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver()
4565 llvm::Constant *CodeGenModule::GetOrCreateLLVMFunction( in GetOrCreateLLVMFunction() function in CodeGenModule
4786 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
4858 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction()
5670 GetOrCreateLLVMFunction(MangledName, Ty, FD, /* ForVTable */ false)); in EmitExternalFunctionDeclaration()
[all …]
H A DCodeGenModule.h1682 llvm::Constant *GetOrCreateLLVMFunction(
H A DCGVTables.cpp37 return GetOrCreateLLVMFunction(Name, FnTy, GD, /*ForVTable=*/true, in GetAddrOfThunk()
H A DCGBuiltin.cpp167 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()