Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetOrCreateLLVMFunction

778     Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),
981 /// GetOrCreateLLVMFunction - If the specified mangled name is not in the
989 CodeGenModule::GetOrCreateLLVMFunction(StringRef MangledName,
1093 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable);
1102 return GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false,
1834 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),