Home
last modified time | relevance | path

Searched defs:setFunctionAttributes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp672 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
751 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1646 void CIRGenModule::setFunctionAttributes(GlobalDecl globalDecl, in setFunctionAttributes() function in CIRGenModule
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h85 static bool setFunctionAttributes() { return false; } in setFunctionAttributes() function