Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp226 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXConstructor()
289 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXDestructor()
DCodeGenModule.cpp836 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()
DCodeGenModule.h878 llvm::Constant *GetOrCreateLLVMFunction(StringRef MangledName,
DCGVTables.cpp76 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true); in GetAddrOfThunk()
DCGBuiltin.cpp50 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()