Searched refs:GetOrCreateLLVMFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGCXX.cpp | 238 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXConstructor() 294 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXDestructor()
|
| D | CodeGenModule.cpp | 1149 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference() 1379 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, in GetOrCreateLLVMFunction() function in CodeGenModule 1503 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable); in GetAddrOfFunction() 1513 = GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction() 2200 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition()
|
| D | CodeGenModule.h | 1012 llvm::Constant *GetOrCreateLLVMFunction(StringRef MangledName,
|
| D | CGVTables.cpp | 57 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true); in GetAddrOfThunk()
|
| D | CGBuiltin.cpp | 51 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
|