Home
last modified time | relevance | path

Searched refs:CFI (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/X86/
DX86JITInfo.cpp74 # define CFI(x) macro
79 # define CFI(x) macro
95 CFI(".cfi_startproc\n")
98 CFI(".cfi_def_cfa_offset 16\n")
99 CFI(".cfi_offset %rbp, -16\n")
102 CFI(".cfi_def_cfa_register %rbp\n")
105 CFI(".cfi_rel_offset %rdi, 0\n")
107 CFI(".cfi_rel_offset %rsi, 8\n")
109 CFI(".cfi_rel_offset %rdx, 16\n")
111 CFI(".cfi_rel_offset %rcx, 24\n")
[all …]
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h199 unsigned getFDEEncoding(bool CFI) const { in getFDEEncoding() argument
200 return CFI ? FDECFIEncoding : FDEEncoding; in getFDEEncoding()
/external/kernel-headers/original/linux/mtd/
Dcfi_endian.h56 #error No CFI endianness defined
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt35 w/ callgraph profiles are useless. (oprofile doesn't do CFI based
D3_1_BUGSTATUS.txt19 v5838 fixed 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18
D3_2_BUGSTATUS.txt83 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/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt1201 /* 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/valgrind/main/
DNEWS1207 197512 DWARF2 CFI reader: unhandled CFI instruction 0:10
1717 147825 crash on amd64-linux with gcc 4.2 and glibc 2.6 (CFI)
1811 n-i-bz fix CFI reading failures ("Dwarf CFI 0:24 0:32 0:48 0:7")
1846 n-i-bz DWARF CFI reader: handle DW_CFA_undefined
1847 n-i-bz DWARF CFI reader: handle icc9 generated CFI info better
2084 123244 DWARF2 CFI reader: unhandled CFI instruction 0:18
2494 - As part of adding AMD64 support, DWARF2 CFI-based stack unwinding
3118 - CFI support for GDB version 6. Needed to enable newer GDBs
/external/valgrind/main/none/tests/s390x/
Dopcodes.h124 #define CFI(r1,i2) RIL_RI(c2,r1,d,i2) macro