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

/external/clang/lib/CodeGen/
H A DCGCXX.cpp243 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
301 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
H A DCodeGenModule.cpp1194 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy,
1251 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false,
1417 /// GetOrCreateLLVMFunction - If the specified mangled name is not in the
1425 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, function in class:CodeGenModule
1557 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer);
1567 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false,
2359 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD,
H A DCGVTables.cpp50 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true,
H A DCodeGenModule.h1030 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D,
H A DCGBuiltin.cpp51 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false);

Completed in 88 milliseconds