Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetOrCreateLLVMFunction

1314     Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy,
1371 GetOrCreateLLVMFunction(MangledName, Ty, GD, /*ForVTable=*/false,
1542 /// GetOrCreateLLVMFunction - If the specified mangled name is not in the
1550 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName,
1671 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer);
1681 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false,
1696 GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false,
2515 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD,