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

  /art/compiler/debug/dwarf/
dwarf_test.h 70 builder.WriteSection(".debug_info", &debug_info_data_);
73 builder.WriteSection(".debug_abbrev", &debug_abbrev_data_);
76 builder.WriteSection(".debug_str", &debug_str_data_);
79 builder.WriteSection(".debug_line", &debug_line_data_);
82 builder.WriteSection(".debug_frame", &debug_frame_data_);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 163 void WriteSection(const MCAssembler &Asm, const MCAsmLayout &Layout,
  /art/compiler/debug/
elf_debug_writer.cc 167 builder->WriteSection(".gnu_debugdata", &mdi);
elf_debug_info_writer.h 89 builder_->WriteSection(".debug_abbrev", &debug_abbrev_buffer_);
91 builder_->WriteSection(".debug_loc", &debug_loc_);
94 builder_->WriteSection(".debug_ranges", &debug_ranges_);
  /art/dex2oat/linker/
elf_writer_quick.cc 283 builder_->WriteSection(".gnu_debugdata", debug_info_task_->GetResult());
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 340 virtual void WriteSection(MCAssembler &Asm,
MachObjectWriter.cpp 182 void MachObjectWriter::WriteSection(const MCAssembler &Asm,
693 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);
ELFObjectWriter.cpp 949 void ELFObjectWriter::WriteSection(MCAssembler &Asm,
    [all...]
  /art/compiler/linker/
elf_builder.h 602 void WriteSection(const char* name, const std::vector<uint8_t>* buffer) {
    [all...]

Completed in 314 milliseconds