Searched refs:GetOrCreateLLVMFunction (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 226 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXConstructor() 289 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXDestructor()
|
D | CodeGenModule.cpp | 836 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(), in GetWeakRefReference() 1047 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, in GetOrCreateLLVMFunction() function in CodeGenModule 1150 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable); in GetAddrOfFunction() 1159 return GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction() 1922 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(), in EmitAliasDefinition()
|
D | CodeGenModule.h | 878 llvm::Constant *GetOrCreateLLVMFunction(StringRef MangledName,
|
D | CGVTables.cpp | 76 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true); in GetAddrOfThunk()
|
D | CGBuiltin.cpp | 50 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
|