Home
last modified time | relevance | path

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

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