Lines Matching full:calls
369 \&\-fomit\-frame\-pointer \-foptimize\-register\-move \-foptimize\-sibling\-calls
454 \&\-mlong\-calls \-mno\-long\-calls
479 \&\-msep\-data \-mno\-sep\-data \-mlong\-calls \-mno\-long\-calls
547 \&\-mlinked\-fp \-mlong\-calls \-malign\-labels
567 \&\-mfast\-indirect\-calls \-mgas \-mgnu\-ld \-mhp\-ld
569 \&\fB\-mjump\-in\-delay \-mlinker\-opt \-mlong\-calls
571 \&\-mno\-disable\-indexing \-mno\-fast\-indirect\-calls \-mno\-gas
647 \&\-mauto\-incdec \-minmax \-mlong\-calls \-mshort
681 \&\-mmemcpy \-mno\-memcpy \-mlong\-calls \-mno\-long\-calls
819 \&\fB\-mlong\-calls \-mno\-long\-calls \-mep \-mno\-ep
1340 \&\fBg++\fR is a program that calls \s-1GCC\s0 and treats \fB.c\fR,
1531 more efficiently; for instance, calls to \f(CW\*(C`alloca\*(C'\fR may become single
1532 instructions that adjust the stack directly, and calls to \f(CW\*(C`memcpy\*(C'\fR
1534 and faster, but since the function calls no longer appear as such, you
1535 cannot set a breakpoint on those calls, nor can you change the behavior
1538 information about that function to warn about problems with calls to
1540 resulting code still contains calls to that function. For example,
1541 warnings are given with \fB\-Wformat\fR for bad calls to
2360 When compiling for the NeXT runtime, the compiler ordinarily replaces calls
2364 suppresses this behavior and causes calls to \f(CW\*(C`objc_getClass("...")\*(C'\fR
2659 Check calls to \f(CW\*(C`printf\*(C'\fR and \f(CW\*(C`scanf\*(C'\fR, etc., to make sure that
2723 warns about calls to \f(CW\*(C`printf\*(C'\fR and \f(CW\*(C`scanf\*(C'\fR functions where the
2873 ruled that function calls do not overlap.
3048 The compiler sees only the calls to \f(CW\*(C`setjmp\*(C'\fR. It cannot know
3535 might be appropriate for any function that calls a function like
4071 \&\f(CW\*(C`fork\*(C'\fR calls are detected and correctly handled (double counting
4887 \&\-foptimize\-sibling\-calls
4948 function calls and pops them all at once.
4975 .IP "\fB\-foptimize\-sibling\-calls\fR" 4
4976 .IX Item "-foptimize-sibling-calls"
4977 Optimize sibling and tail recursive calls.
4995 Inline also indirect calls that are discovered to be known at compile
5007 If all calls to a given function are integrated, and the function is
5093 instances of the same variable in recursive calls, to have distinct locations,
5120 calls a constant function contain the function's address explicitly.
5480 function calls, by emitting extra instructions to save and restore the
5481 registers around such calls. Such allocation is done only when it
5588 Perform conditional dead code elimination (\s-1DCE\s0) for calls to builtin functions
5747 would be hard to handle at \s-1RTL\s0 level (function calls, operations that expand to
6658 with few branches or calls can create excessively large lists which
6704 that is inline and B that just calls A three time. If B is small relative to
8067 is used. The compiler may generate calls to \f(CW\*(C`memcmp\*(C'\fR,
8076 the linker. The compiler may generate calls to \f(CW\*(C`memcmp\*(C'\fR, \f(CW\*(C`memset\*(C'\fR,
8450 library calls for floating-point operations.
8569 .IP "\fB\-mlong\-calls\fR" 4
8570 .IX Item "-mlong-calls"
8572 .IP "\fB\-mno\-long\-calls\fR" 4
8573 .IX Item "-mno-long-calls"
8575 Tells the compiler to perform function calls by first loading the
8581 Even if this switch is enabled, not all function calls will be turned
8582 into long calls. The heuristic is that static functions, functions
8586 unit, will not be turned into long calls. The exception to this rule is
8590 turned into long calls.
8593 \&\fB\-mno\-long\-calls\fR will restore the default behavior, as will
8594 placing the function calls within the scope of a \fB#pragma
8596 the compiler generates code to handle function calls via function
8665 Allows calls via function pointers (including virtual functions) to
8672 models are \fBsoft\fR, which generates calls to \f(CW\*(C`_\|_aeabi_read_tp\*(C'\fR,
8857 and calls.
8878 .IP "\fB\-mlong\-calls\fR" 4
8879 .IX Item "-mlong-calls"
8881 .IP "\fB\-mno\-long\-calls\fR" 4
8882 .IX Item "-mno-long-calls"
8884 Tells the compiler to perform function calls by first loading the
8891 \&\fB\-mno\-long\-calls\fR will restore the default behavior. Note these
8893 function calls via function pointers.
8901 Enable inlining of \s-1PLT\s0 entries in function calls to functions that are
9046 of the \s-1GOT\s0 rather than (traditional on other architectures) calls to the
9779 Enable inlining of \s-1PLT\s0 entries in function calls to functions that are
9812 .IP "\fB\-mlong\-calls\fR" 4
9813 .IX Item "-mlong-calls"
10005 Fill delay slots of function calls with unconditional jump instructions
10021 \&\s-1GCC\s0 to generate faster indirect calls and use unscaled index address modes.
10024 .IP "\fB\-mfast\-indirect\-calls\fR" 4
10025 .IX Item "-mfast-indirect-calls"
10026 Generate code that assumes calls never cross space boundaries. This
10027 allows \s-1GCC\s0 to emit code which performs faster indirect calls.
10064 Generate output containing library calls for floating point.
10105 .IP "\fB\-mlong\-calls\fR" 4
10106 .IX Item "-mlong-calls"
10109 long calls only when the distance from the call site to the beginning
10112 normal calls are 7,600,000 and 240,000 bytes, respectively for the
10125 The types of long calls used depends on the capabilities of the
10127 impact on systems that support long absolute calls, and long pic
10128 symbol-difference or pc-relative calls should be relatively small.
10387 Generate output containing library calls for floating point.
10489 otherwise incorrect code will be generated for calls to those
10706 of interfacing. \s-1GCC\s0 will currently emit calls to \f(CW\*(C`vmldExp2\*(C'\fR,
10765 This option enables \s-1GCC\s0 to inline calls to memcmp and strcmp. The
11473 Do not generate floating-point instructions; use library calls instead.
11526 otherwise incorrect code will be generated for calls to those
11668 .IP "\fB\-mlong\-calls\fR" 4
11669 .IX Item "-mlong-calls"
11671 .IP "\fB\-mno\-long\-calls\fR" 4
11672 .IX Item "-mno-long-calls"
11674 Treat all calls as being far away (near). If calls are assumed to be
11966 initialization sequences and generate direct calls to locally-defined
12037 floating-point calculations using library calls instead.
12316 .IP "\fB\-mlong\-calls\fR" 4
12317 .IX Item "-mlong-calls"
12319 .IP "\fB\-mno\-long\-calls\fR" 4
12320 .IX Item "-mno-long-calls"
12327 \&\fB\-mno\-long\-calls\fR.
12694 to shorten branches, calls and absolute memory addresses. This option only
12950 architectures plus some special \s-1AIX\s0 common-mode calls, and will not use
13511 On System V.4 and embedded PowerPC systems assume that all calls to
13517 \&\fB\-mprototype\fR, only calls to prototyped variable argument functions
13631 By default assume that all calls are far away so that a longer more
13632 expensive calling sequence is required. This is required for calls
13639 Some linkers are capable of detecting out-of-range calls and generating
13640 glue code on the fly. On these systems, long calls are unnecessary and
13759 to do subroutine calls.
13849 Emit a warning if the function calls alloca or uses dynamically
14028 When generating position-independent code, emit function calls using
14058 \&\*(L"call\*(R" calls a library function that usually implements the inv:minlat
14116 startup, calls functions in a list which is delimited by \-1. With the
14167 Generate output containing library calls for floating point.
14186 Generate output containing library calls for quad-word (long double)
14514 .IP "\fB\-mlong\-calls\fR" 4
14515 .IX Item "-mlong-calls"
14517 .IP "\fB\-mno\-long\-calls\fR" 4
14518 .IX Item "-mno-long-calls"
14520 Treat all calls as being far away (near). If calls are assumed to be
14643 Enable lazy binding of function calls. This option is equivalent to
14647 Disable lazy binding of function calls. This option is the default and
14799 direct calls to indirect calls unless it can determine that the target
14801 translation typically occurs for calls to functions in other source
15055 clobbered by function calls. It may be allocated for temporaries or
15095 Generate instrumentation calls for entry and exit to functions. Just
15114 functions. The profiling calls will indicate where, conceptually, the
15305 no modifications. However, this means that calls to \fBextern\fR