Searched refs:GetOrCreateLLVMFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 240 llvm::Constant *Ptr = GetOrCreateLLVMFunction( in getAddrAndTypeOfCXXStructor()
|
| H A D | CodeGenModule.cpp | 3656 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference() 3771 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal() 4305 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() 4332 Func = GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() 4441 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver() 4453 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver() 4468 llvm::Constant *CodeGenModule::GetOrCreateLLVMFunction( in GetOrCreateLLVMFunction() function in CodeGenModule 4748 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction() 5888 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition() 5979 GetOrCreateLLVMFunction(IFA->getResolver(), ResolverTy, {}, in emitIFuncDefinition() [all …]
|
| H A D | CodeGenModule.h | 1588 llvm::Constant *GetOrCreateLLVMFunction(
|
| H A D | CGVTables.cpp | 37 return GetOrCreateLLVMFunction(Name, FnTy, GD, /*ForVTable=*/true, in GetAddrOfThunk()
|
| H A D | CGBuiltin.cpp | 164 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
|