OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 86 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026