Searched defs:text_section (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_writer_mclinker.cc189 // TODO: ownership of text_section?
190 mcld::LDSection* text_section = ir_builder_->CreateELFHeader(*oat_input_, local
196 CHECK(text_section != NULL);
198 mcld::SectionData* text_sectiondata = ir_builder_->CreateSectionData(*text_section);
214 text_section);
223 text_section);
233 text_section);

Completed in 21 milliseconds