Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h88 unsigned ParseFunctionAlignment(const ToolChain &TC,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2137 unsigned tools::ParseFunctionAlignment(const ToolChain &TC, in ParseFunctionAlignment() function in tools
H A DClang.cpp5517 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob()