Home
last modified time | relevance | path

Searched refs:DefaultFunctionAttrs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h406 std::vector<std::string> DefaultFunctionAttrs; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2002 for (StringRef Attr : CodeGenOpts.DefaultFunctionAttrs) { in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7066 MarshallingInfoStringVector<CodeGenOpts<"DefaultFunctionAttrs">>;