Searched refs:GetRoData (Results 1 – 4 of 4) sorted by relevance
184 auto* rodata = builder_->GetRoData(); in StartRoData()191 CHECK_EQ(builder_->GetRoData(), rodata); in EndRoData()192 builder_->GetRoData()->End(); in EndRoData()
496 Section* GetRoData() { return &rodata_; } in GetRoData() function
93 builder->GetRoData()->WriteNoBitsSection(rodata_section_size); in MakeMiniDebugInfoInternal()
122 auto* rodata = builder_->GetRoData(); in Symbolize()