Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp258 return GetOrCreateLLVMFunction( in getAddrOfCXXStructor()
DCodeGenModule.cpp1508 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference()
1588 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal()
1821 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName, in GetOrCreateLLVMFunction() function in CodeGenModule
1995 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
2007 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction()
2022 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateBuiltinFunction()
2939 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition()
3018 GetOrCreateLLVMFunction(IFA->getResolver(), DeclTy, GD, in emitIFuncDefinition()
DCodeGenModule.h1150 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D,
DCGVTables.cpp49 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true, in GetAddrOfThunk()
DCGBuiltin.cpp57 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGCXX.cpp241 llvm::Constant *Ptr = GetOrCreateLLVMFunction( in getAddrAndTypeOfCXXStructor()
DCodeGenModule.cpp2685 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference()
2774 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false, in EmitGlobal()
3173 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition()
3200 Func = GetOrCreateLLVMFunction( in emitCPUDispatchDefinition()
3249 auto *IFunc = cast<llvm::GlobalIFunc>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition()
3290 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver()
3301 llvm::Constant *Resolver = GetOrCreateLLVMFunction( in GetOrCreateMultiVersionResolver()
3316 llvm::Constant *CodeGenModule::GetOrCreateLLVMFunction( in GetOrCreateLLVMFunction() function in CodeGenModule
3525 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
3581 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false, in CreateRuntimeFunction()
[all …]
DCodeGenModule.h1420 llvm::Constant *GetOrCreateLLVMFunction(
DCGVTables.cpp36 return GetOrCreateLLVMFunction(Name, FnTy, GD, /*ForVTable=*/true, in GetAddrOfThunk()
DCGBuiltin.cpp106 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false); in getBuiltinLibFunction()