Lines Matching refs:inlined
80 $ clang -g -O2 test.cpp -o inlined.elf
115 $ llvm-symbolizer "test.elf 0x400490" "FILE:inlined.elf 0x400480"
124 inlined.elf 0x400480
168 DATA inlined.elf 0x601028
264 ``<inline>`` provides frame numbers for calls inlined into the caller
265 coresponding to ``<number>``. The inlined call numbers start at 1 and increase
289 If a source code location is in an inlined function, prints all the inlined
294 Don't print inlined frames.
318 * Does not replace the name of an inlined function with the name of the
319 topmost caller when inlined frames are not shown.
330 $ llvm-symbolizer --obj=inlined.elf 0x4004be 0x400486 -p
332 (inlined by) main at /tmp/test.cpp:15:0
336 $ llvm-symbolizer --output-style=LLVM --obj=inlined.elf 0x4004be 0x400486 -p --no-inlines
341 $ llvm-symbolizer --output-style=GNU --obj=inlined.elf 0x4004be 0x400486 -p --no-inlines
349 $ llvm-symbolizer --output-style=JSON --obj=inlined.elf 0x4004be 0x400486 -p
353 "ModuleName": "inlined.elf",
379 "ModuleName": "inlined.elf",
398 enclosing scope is prefixed by (inlined by).
404 $ llvm-symbolizer --obj=inlined.elf 0x4004be --inlining --pretty-print
406 (inlined by) main at /tmp/test.cpp:15:0
414 $ llvm-symbolizer --obj=inlined.elf --print-address 0x4004be
421 $ llvm-symbolizer --obj=inlined.elf 0x4004be --pretty-print --print-address
423 (inlined by) main at /tmp/test.cpp:15:0
450 $ llvm-symbolizer --obj=inlined.elf --verbose 0x4004be