/external/llvm/lib/Target/X86/ |
D | X86JITInfo.cpp | 75 # define CFI(x) macro 80 # define CFI(x) macro 96 CFI(".cfi_startproc\n") 99 CFI(".cfi_def_cfa_offset 16\n") 100 CFI(".cfi_offset %rbp, -16\n") 103 CFI(".cfi_def_cfa_register %rbp\n") 106 CFI(".cfi_rel_offset %rdi, 0\n") 108 CFI(".cfi_rel_offset %rsi, 8\n") 110 CFI(".cfi_rel_offset %rdx, 16\n") 112 CFI(".cfi_rel_offset %rcx, 24\n") [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | comp-1.stdout.exp | 167 CFI (0, 0) --> cc = 0 168 CFI (0, 1) --> cc = 1 169 CFI (0, -1) --> cc = 2 170 CFI (1, 0) --> cc = 2 171 CFI (-1, 0) --> cc = 1 172 CFI (-2, -1) --> cc = 1 173 CFI (-2, -2) --> cc = 0 174 CFI (-2, -3) --> cc = 2 175 CFI (2, 1) --> cc = 2 176 CFI (2, 2) --> cc = 0 [all …]
|
D | comp-1.c | 202 run_scomp_reg_imm(CFI); in signed_comparison_reg_imm()
|
D | opcodes.h | 150 #define CFI(r1,i2) RIL_RI(c2,r1,d,i2) macro
|
/external/llvm/lib/MC/ |
D | MCWin64EH.cpp | 277 for (const auto &CFI : Streamer.getW64UnwindInfos()) { in Emit() local 279 getWin64EHTableSection(GetSectionSuffix(CFI->Function), Context); in Emit() 281 EmitUnwindInfo(Streamer, CFI); in Emit() 285 for (const auto &CFI : Streamer.getW64UnwindInfos()) { in Emit() local 287 getWin64EHFuncTableSection(GetSectionSuffix(CFI->Function), Context); in Emit() 289 EmitRuntimeFunction(Streamer, CFI); in Emit()
|
/external/llvm/test/MC/Mips/ |
D | cfi.s | 6 # Check that we can accept register names in CFI directives and that they are
|
/external/valgrind/main/docs/internals/ |
D | howto_oprofile.txt | 35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based
|
D | 3_1_BUGSTATUS.txt | 19 v5838 fixed 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18
|
D | 3_2_BUGSTATUS.txt | 83 147825 r6793 crash on amd64-linux with gcc 4.2 and glibc 2.6 (CFI) 363 r6356 r6425 Vfd n-i-bz Dwarf CFI 0:24 0:32 0:48 0:7 (Nov 8)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-09.ll | 62 ; Check the next value up, which must use CFI. 144 ; Check the next value down, which must use CFI instead.
|
D | frame-01.ll | 70 ; At this point the frame is too big to represent properly in the CFI.
|
/external/elfutils/0.153/config/ |
D | elfutils.spec.in | 245 - libdw: Fixes in CFI handling, best possible handling of bogus CFA 257 - libdw: Fix CFI decoding. 258 - libdwfl: Fix address bias returned by CFI accessors. Fix core 260 - readelf: Fix CFI decoding. 287 - libdw: Add support for decoding DWARF CFI into location description form.
|
/external/elfutils/0.153/ |
D | NEWS | 72 libdw: Fixes in CFI handling, best possible handling of bogus CFA ops. 88 libdw: Fix CFI decoding. 90 libdwfl: Fix address bias returned by CFI accessors. 93 readelf: Fix CFI decoding. 127 libdw: Add support for decoding DWARF CFI into location description form.
|
D | elfutils.spec | 287 - libdw: Add support for decoding DWARF CFI into location description form.
|
/external/llvm/lib/Target/R600/ |
D | R600ControlFlowFinalizer.cpp | 234 const MCInstrDesc &getHWInstrDesc(ControlFlowInstruction CFI) const { in getHWInstrDesc() 237 switch (CFI) { in getHWInstrDesc()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-record.txt | 100 (DWARF's CFI - Call Frame Information) as the method to collect
|
/external/llvm/test/MC/SystemZ/ |
D | regs-bad.s | 242 # Test invalid CFI registers. Will need to be updated once access
|
/external/llvm/docs/ |
D | ReleaseNotes.rst | 111 This means all ARM code will emit EH unwind tables, or CFI unwinding (for
|
/external/valgrind/main/ |
D | NEWS.old | 252 147825 crash on amd64-linux with gcc 4.2 and glibc 2.6 (CFI) 346 n-i-bz fix CFI reading failures ("Dwarf CFI 0:24 0:32 0:48 0:7") 381 n-i-bz DWARF CFI reader: handle DW_CFA_undefined 382 n-i-bz DWARF CFI reader: handle icc9 generated CFI info better 619 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18 1029 - As part of adding AMD64 support, DWARF2 CFI-based stack unwinding 1653 - CFI support for GDB version 6. Needed to enable newer GDBs
|
D | README.aarch64 | 212 also add CFI annotations
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | UNUSED_STABS.txt | 1201 /* A structure to summarise CFI summary info for the code address 1272 /* An expandable array of CFI summary info records. Also includes 1359 CFI reader
|
/external/chromium_org/native_client_sdk/src/doc/reference/ |
D | pnacl-undefined-behavior.rst | 128 are provably correct (see this CFI `bug 3786
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 731 const MCCFIInstruction &CFI = Instrs[CFIIndex]; in emitCFIInstruction() local 732 emitCFIInstruction(CFI); in emitCFIInstruction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 995 expandRIPseudo(MI, SystemZ::CFI, SystemZ::CIH, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1086 // Comparison with a signed 32-bit immediate. CFIMux expands to CFI or CIH, 1090 def CFI : CompareRIL<"cfi", 0xC2D, z_scmp, GR32, simm32>;
|