Searched refs:DW_CFA_nop (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp528 JCE->emitAlignmentWithFill(PointerSize, dwarf::DW_CFA_nop);
579 JCE->emitAlignmentWithFill(PointerSize, dwarf::DW_CFA_nop);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp291 if (extended_opcode == DW_CFA_nop)
508 case DW_CFA_nop : // 0x0
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp125 case DW_CFA_nop:
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp691 case DW_CFA_nop: return "DW_CFA_nop";
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf.h451 #define DW_CFA_nop 0x00 macro
/freebsd-10.0-release/contrib/binutils/gas/
H A Ddw2gencfi.c1114 frag_align (2, DW_CFA_nop, 0);
1185 frag_align (align, DW_CFA_nop, 0);
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h730 DW_CFA_nop = 0x00, enumerator in enum:dwarf_call_frame_info
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h727 DW_CFA_nop = 0x00, enumerator in enum:dwarf_call_frame_info
H A Dunwind-dw2.c940 case DW_CFA_nop:
H A Ddwarf2out.c514 case DW_CFA_nop:
515 return "DW_CFA_nop";
1923 case DW_CFA_nop:
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h624 DW_CFA_nop = 0x00, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf-eh-frame.c343 case DW_CFA_nop:
408 If every byte makes sense, return a pointer to the first DW_CFA_nop
420 if (*buf == DW_CFA_nop)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2-frame.c403 case DW_CFA_nop:
H A Ddwarf2read.c7171 case DW_CFA_nop:
7172 return "DW_CFA_nop";
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c3539 case DW_CFA_nop:
3541 printf (" DW_CFA_nop\n");

Completed in 249 milliseconds