Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCXX.cpp238 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXConstructor()
294 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD, in GetAddrOfCXXDestructor()
DCodeGenModule.cpp1149 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference()
1379 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, in GetOrCreateLLVMFunction() function in CodeGenModule
1503 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable); in GetAddrOfFunction()
1513 = GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction()
2200 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition()
DCodeGenModule.h1012 llvm::Constant *GetOrCreateLLVMFunction(StringRef MangledName,
DCGVTables.cpp57 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true); in GetAddrOfThunk()
DCGBuiltin.cpp51 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()