Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.h99 unsigned ParseFunctionAlignment(const ToolChain &TC,
H A DCommonArgs.cpp1428 unsigned tools::ParseFunctionAlignment(const ToolChain &TC, in ParseFunctionAlignment() function in tools
H A DClang.cpp4988 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob()