HomeSort by relevance Sort by last modified time
    Searched full:text_sectiondata (Results 1 - 1 of 1) sorted by null

  /art/compiler/
elf_writer_mclinker.cc 203 mcld::SectionData* text_sectiondata = ir_builder_->CreateSectionData(*text_section); local
204 CHECK(text_sectiondata != NULL);
210 ir_builder_->AppendFragment(*text_fragment, *text_sectiondata);

Completed in 79 milliseconds