Searched refs:GetOrCreateLLVMFunction (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 238 llvm::Constant *Ptr = GetOrCreateLLVMFunction( in getAddrAndTypeOfCXXStructor()
|
| H A D | CodeGenModule.cpp | 3949 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference() 4073 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal() 4601 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() 4628 Func = GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() 4766 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver() 4779 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver() 4807 llvm::Constant *CodeGenModule::GetOrCreateLLVMFunction( in GetOrCreateLLVMFunction() function in CodeGenModule 5033 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction() 5123 llvm::Constant *C = GetOrCreateLLVMFunction( in CreateRuntimeFunction() 5151 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction() [all …]
|
| H A D | CGVTables.cpp | 37 return GetOrCreateLLVMFunction(Name, FnTy, GD, /*ForVTable=*/true, in GetAddrOfThunk()
|
| H A D | CodeGenModule.h | 1830 llvm::Constant *GetOrCreateLLVMFunction(
|
| H A D | CGBuiltin.cpp | 247 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 3902 …PKNS2_4TypeENS0_10GlobalDeclEb", "clang::CodeGen::CodeGenModule::GetOrCreateLLVMFunction(llvm::Str…
|