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

/external/clang/lib/CodeGen/
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,

Completed in 47 milliseconds