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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1050 llvm::Attributes ExtraAttrs) {
1086 if (ExtraAttrs != llvm::Attribute::None)
1087 F->addFnAttr(ExtraAttrs);
1158 llvm::Attributes ExtraAttrs) {
1160 ExtraAttrs);
1047 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable, llvm::Attributes ExtraAttrs) argument
1156 CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, llvm::Attributes ExtraAttrs) argument

Completed in 24 milliseconds