/openbsd/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/ |
H A D | arm64.disasm | 19 liblog.so[0x6054] <+64>: b.eq 0x609c ; <+136> [inlined] __android_log_add_tra… 22 liblog.so[0x6060] <+76>: b.eq 0x60b0 ; <+156> [inlined] __android_log_add_tra… 27 liblog.so[0x6074] <+96>: tbz w0, #0x1f, 0x608c ; <+120> [inlined] __android_log_add_tra… 29 liblog.so[0x607c] <+104>: cbz x8, 0x60c0 ; <+172> [inlined] __android_log_add_tra… 32 liblog.so[0x6088] <+116>: tbz w0, #0x1f, 0x60c0 ; <+172> [inlined] __android_log_add_tra… 35 liblog.so[0x6094] <+128>: b.ne 0x6058 ; <+68> [inlined] __android_log_add_tran… 36 liblog.so[0x6098] <+132>: b 0x60b0 ; <+156> [inlined] __android_log_add_tra… 38 liblog.so[0x60a0] <+140>: cbz x8, 0x60c0 ; <+172> [inlined] __android_log_add_tra… 41 liblog.so[0x60ac] <+152>: tbz w0, #0x1f, 0x60c0 ; <+172> [inlined] __android_log_add_tra… 44 liblog.so[0x60b8] <+164>: b.lo 0x604c ; <+56> [inlined] __android_log_add_tran… [all …]
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-symbolizer.rst | 80 $ clang -g -O2 test.cpp -o inlined.elf 124 inlined.elf 0x400480 168 DATA inlined.elf 0x601028 295 If a source code location is in an inlined function, prints all the inlined 300 Don't print inlined frames. 338 (inlined by) main at /tmp/test.cpp:15:0 359 "ModuleName": "inlined.elf", 385 "ModuleName": "inlined.elf", 404 enclosing scope is prefixed by (inlined by). 412 (inlined by) main at /tmp/test.cpp:15:0 [all …]
|
H A D | llvm-addr2line.rst | 31 - ``llvm-addr2line`` defaults not to print inlined frames. Use `-i`_ to show 32 inlined frames for a source code location in an inlined function.
|
H A D | llvm-opt-report.rst | 59 - I: The function is inlined.
|
H A D | llvm-debuginfo-analyzer.rst | 194 inlined functions in order to distinguish specific instances; debug 202 =discriminator: Discriminators for inlined function instances. 203 =inserted: Generated inlined abstract references. 455 =optimized: Optimized inlined abstract references. 518 =InlinedFunction: An inlined function. 1696 [002] 2 {Function} inlined 'InlineFunction' -> 'int' 1700 [003] {InlinedFunction} inlined 'InlineFunction' -> 'int' 1737 [002] 2 {Function} extern inlined 'InlineFunction' -> 'int' 1744 [003] 14 {InlinedFunction} inlined 'InlineFunction' -> 'int'
|
/openbsd/regress/sbin/pfctl/ |
H A D | pf100.in | 12 anchor "bar" in { # nested named inlined anchor 17 anchor in { # nested unnamed inlined anchor
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | DebugChecks.rst | 86 currently DISABLED in inlined functions, since different calls to the same 87 inlined function could provide different information, making it difficult to 101 If a call occurs within an inlined function, prints TRUE or FALSE according to 102 the value of its argument. If a call occurs outside an inlined function, 105 The intended use of this checker is to assert that a function is inlined at 107 function is never inlined (by passing 'false' and expecting no warning). The 110 You might wonder why we can't print TRUE if a function is ever inlined and 119 int inlined() { 125 clang_analyzer_checkInlined(false); // no-warning (not inlined) 126 int value = inlined(); [all …]
|
H A D | IPA.rst | 34 functions can inlined, in an all-or-nothing way. These options use the 42 This option controls which C++ member functions may be inlined. 47 inlined as well; it doesn't make sense to inline destructors without inlining 55 destructors will not be inlined. Additionally, no C++ member functions will be 62 This option controls whether C++ templated functions may be inlined. 133 Exiting an inlined function is a bit more work, fortunately broken up into 160 analyzing a path due to exceeding the maximum block count inside an inlined 191 - In C++, constructors are not inlined unless the destructor call will be 268 inlined. 280 * Currently, no Objective-C messages are not inlined under [all …]
|
H A D | nullability.rst | 30 …so has an advantage that in case the takesNonNull function body is being inlined, the will be no w… 74 A symbol may need to be treated differently inside an inlined body. For example, consider these con… 86 With no special treatment, when the takesNullable is inlined the analyzer will not warn when the ob…
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | hp-symtab.h | 395 unsigned int inlined: 1; member 1239 unsigned int inlined: 1; member 1287 unsigned int inlined: 1; member 1628 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1680 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1760 unsigned int inlined: 1; /* function has been inlined */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | hp-symtab.h | 395 unsigned int inlined: 1; member 1239 unsigned int inlined: 1; member 1287 unsigned int inlined: 1; member 1628 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1680 unsigned int inlined: 1; /* one or more functions have been inlined */ member 1760 unsigned int inlined: 1; /* function has been inlined */ member
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 143 "Whether C++ temporary destructors should be inlined " 146 "temporary destructors would not be inlined anyway.", 153 "inlined functions that are more defensive than their callers.", 166 "suppress-inlined-defensive-checks", 167 "Whether or not diagnostics containing inlined " 246 "Whether lambdas should be inlined. Otherwise a sink node will be " 400 "The maximum times a large function could be inlined.", 32) 404 "The bound on the number of basic blocks in an inlined function.", 427 "Controls which functions will be inlined during the first phase of the ctu " 433 "limited number of statements would be inlined during the first phase. The " [all …]
|
H A D | Analyses.def | 88 "Do not analyze a function which has been previously inlined")
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | params.def | 46 There are more restrictions to inlining: If inlined functions 47 call other functions, the already inlined instructions are 57 inlined by virtue of -finline-functions (-O3). 59 that is applied to functions marked inlined (or defined in the 70 got inlined by repeated inlining, gcc starts to decrease the maximum 100 /* When gcc has inlined so many instructions (by repeated
|
/openbsd/gnu/gcc/gcc/ |
H A D | ipa-inline.c | 167 if (!e->callee->global.inlined && flag_unit_at_a_time) in cgraph_mark_inline_edge() 169 e->callee->global.inlined = true; in cgraph_mark_inline_edge() 1087 bool inlined = false; in cgraph_decide_inlining_incrementally() local 1106 inlined = true; in cgraph_decide_inlining_incrementally() 1132 inlined = true; in cgraph_decide_inlining_incrementally() 1137 if (early && inlined) in cgraph_decide_inlining_incrementally() 1147 return inlined; in cgraph_decide_inlining_incrementally()
|
H A D | cgraph.h | 101 bool inlined; member
|
H A D | params.def | 95 There are more restrictions to inlining: If inlined functions 96 call other functions, the already inlined instructions are 106 inlined by virtue of -finline-functions (-O3). 108 that is applied to functions marked inlined (or defined in the
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | ondemand.rst | 85 that have debug info, but no matches in the symbol table since inlined 109 - Setting breakpoints by function name for inlined functions 115 for inlined functions unless there is a concrete copy of the inlined function 116 in that same module. As a result, we might not end up stopping at all inlined 127 days has the type information inlined into each module. Typically each module
|
H A D | troubleshooting.rst | 26 This will cause breakpoints in "bar.c" to be inlined into the compile unit for 30 search for inlined breakpoint locations by adding the following line to your
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 930529-1.x | 1 # The problem on Alpha at -O3 is that when dd is inlined, we have
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | symbolication.py | 54 self.inlined = False 72 return self.inlined 96 self.inlined = False 116 self.inlined = True
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | TargetProperties.td | 136 …inlined by the compiler, so that a compile unit 'a.c' might contain an inlined function from anoth…
|
/openbsd/gnu/llvm/llvm/tools/llvm-symbolizer/ |
H A D | Opts.td | 45 defm inlines : B<"inlines", "Print all inlined frames for a given address", 46 "Do not print inlined frames">;
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-05-18-ExceptionHandling.txt | 34 function was inlined into its caller, the "current" frame will belong to 173 inlined into the caller through standard optimization):
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Remarks.rst | 25 foo inlined into bar with (cost=always): always inline attribute 36 foo not inlined into bar because it should never be inlined
|