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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp241 llvm::Constant *Ptr = GetOrCreateLLVMFunction(
H A DCodeGenModule.cpp2510 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy,
2599 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false,
2998 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction(
3025 Func = GetOrCreateLLVMFunction(
3074 auto *IFunc = cast<llvm::GlobalIFunc>(GetOrCreateLLVMFunction(
3115 llvm::Constant *Resolver = GetOrCreateLLVMFunction(
3126 llvm::Constant *Resolver = GetOrCreateLLVMFunction(
3134 /// GetOrCreateLLVMFunction - If the specified mangled name is not in the
3141 llvm::Constant *CodeGenModule::GetOrCreateLLVMFunction( function in class:CodeGenModule
3350 return GetOrCreateLLVMFunction(MangledNam
[all...]
H A DCGVTables.cpp36 return GetOrCreateLLVMFunction(Name, FnTy, GD, /*ForVTable=*/true,
H A DCodeGenModule.h1410 llvm::Constant *GetOrCreateLLVMFunction(
H A DCGBuiltin.cpp105 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false);

Completed in 202 milliseconds