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

/art/compiler/
H A Delf_writer_mclinker.cc198 mcld::SectionData* text_sectiondata = ir_builder_->CreateSectionData(*text_section); local
199 CHECK(text_sectiondata != NULL);
205 ir_builder_->AppendFragment(*text_fragment, *text_sectiondata);

Completed in 19 milliseconds