Searched refs:GetOrCreateLLVMFunction (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 248 return cast<llvm::Function>(GetOrCreateLLVMFunction(Name, FnType, GD, in getAddrOfCXXStructor()
|
D | CodeGenModule.cpp | 1314 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference() 1371 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal() 1550 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, in GetOrCreateLLVMFunction() function in CodeGenModule 1671 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer); in GetAddrOfFunction() 1681 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction() 1696 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateBuiltinFunction() 2515 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition()
|
D | CodeGenModule.h | 1120 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D,
|
D | CGVTables.cpp | 50 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true, in GetAddrOfThunk()
|
D | CGBuiltin.cpp | 56 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
|