Home
last modified time | relevance | path

Searched refs:GetRoData (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Delf_writer_quick.cc184 auto* rodata = builder_->GetRoData(); in StartRoData()
191 CHECK_EQ(builder_->GetRoData(), rodata); in EndRoData()
192 builder_->GetRoData()->End(); in EndRoData()
Delf_builder.h496 Section* GetRoData() { return &rodata_; } in GetRoData() function
/art/compiler/debug/
Delf_gnu_debugdata_writer.h93 builder->GetRoData()->WriteNoBitsSection(rodata_section_size); in MakeMiniDebugInfoInternal()
/art/oatdump/
Doatdump.cc122 auto* rodata = builder_->GetRoData(); in Symbolize()