Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.h104 unsigned ParseFunctionAlignment(const ToolChain &TC,
H A DCommonArgs.cpp1588 unsigned tools::ParseFunctionAlignment(const ToolChain &TC, in ParseFunctionAlignment() function in tools
H A DClang.cpp5022 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob()