Home
last modified time | relevance | path

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

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