Searched refs:GetOrCreateLLVMFunction (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 248 return cast<llvm::Function>(GetOrCreateLLVMFunction(Name, FnType, GD, in getAddrOfCXXStructor()
|
H A D | CodeGenModule.cpp | 1296 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference() 1353 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal() 1532 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, in GetOrCreateLLVMFunction() function in CodeGenModule 1660 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer); in GetAddrOfFunction() 1670 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction() 1685 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateBuiltinFunction() 2443 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition()
|
H A D | CGVTables.cpp | 50 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true, in GetAddrOfThunk()
|
H A D | CodeGenModule.h | 1107 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D,
|
H A D | CGBuiltin.cpp | 53 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
|