HomeSort by relevance Sort by last modified time
    Searched refs:kCFIFormat (Results 1 - 3 of 3) sorted by null

  /art/compiler/dwarf/
dwarf_test.cc 32 constexpr CFIFormat kCFIFormat = DW_DEBUG_FRAME_FORMAT;
126 initial_opcodes, kCFIFormat, &debug_frame_data_);
130 kCFIFormat, &debug_frame_data_, &debug_frame_patches);
140 initial_opcodes, kCFIFormat, &debug_frame_data_);
145 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches);
179 initial_opcodes, kCFIFormat, &debug_frame_data_);
182 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches);
  /art/compiler/
cfi_test.h 33 constexpr dwarf::CFIFormat kCFIFormat = dwarf::DW_DEBUG_FRAME_FORMAT;
52 initial_opcodes, kCFIFormat, &debug_frame_data_);
55 kCFIFormat, &debug_frame_data_, &debug_frame_patches);
elf_writer_quick.cc 47 constexpr dwarf::CFIFormat kCFIFormat = dwarf::DW_EH_FRAME_FORMAT;
196 if (kCFIFormat == dwarf::DW_EH_FRAME_FORMAT) {
199 dwarf::DW_EH_PE_pcrel, kCFIFormat,
205 DCHECK(kCFIFormat == dwarf::DW_DEBUG_FRAME_FORMAT);
208 dwarf::DW_EH_PE_absptr, kCFIFormat,

Completed in 88 milliseconds