HomeSort by: relevance | last modified time | path
    Searched defs:FunctionAlignment (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 4701 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args);
4702 assert(FunctionAlignment <= 31 && "function alignment will be truncated!");
4703 if (FunctionAlignment) {
4705 CmdArgs.push_back(Args.MakeArgString(std::to_string(FunctionAlignment)));
Clang.cpp 4701 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args);
4702 assert(FunctionAlignment <= 31 && "function alignment will be truncated!");
4703 if (FunctionAlignment) {
4705 CmdArgs.push_back(Args.MakeArgString(std::to_string(FunctionAlignment)));
Clang.cpp 4701 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args);
4702 assert(FunctionAlignment <= 31 && "function alignment will be truncated!");
4703 if (FunctionAlignment) {
4705 CmdArgs.push_back(Args.MakeArgString(std::to_string(FunctionAlignment)));

Completed in 176 milliseconds