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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp241 llvm::Constant *Ptr = GetOrCreateLLVMFunction(
H A DCodeGenModule.cpp2436 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy,
2524 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false,
2793 GV = cast<llvm::GlobalValue>(GetOrCreateLLVMFunction(
2972 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction(
2999 Func = GetOrCreateLLVMFunction(
3048 auto *IFunc = cast<llvm::GlobalIFunc>(GetOrCreateLLVMFunction(
3089 llvm::Constant *Resolver = GetOrCreateLLVMFunction(
3100 llvm::Constant *Resolver = GetOrCreateLLVMFunction(
3108 /// GetOrCreateLLVMFunction - If the specified mangled name is not in the
3115 llvm::Constant *CodeGenModule::GetOrCreateLLVMFunction( function in class:CodeGenModule
[all...]
H A DCGVTables.cpp36 return GetOrCreateLLVMFunction(Name, FnTy, GD, /*ForVTable=*/true,
H A DCodeGenModule.h1371 llvm::Constant *GetOrCreateLLVMFunction(
H A DCGBuiltin.cpp101 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false);

Completed in 202 milliseconds