Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCommonArgs.h79 unsigned ParseFunctionAlignment(const ToolChain &TC,
H A DCommonArgs.cpp1100 unsigned tools::ParseFunctionAlignment(const ToolChain &TC, in ParseFunctionAlignment() function in tools
H A DClang.cpp3776 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob()