Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp248 return cast<llvm::Function>(GetOrCreateLLVMFunction(Name, FnType, GD, in getAddrOfCXXStructor()
DCodeGenModule.cpp1314 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()
DCodeGenModule.h1120 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D,
DCGVTables.cpp50 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true, in GetAddrOfThunk()
DCGBuiltin.cpp56 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()