Home | History | Annotate | Download | only in X86

Lines Matching defs:bss_section

215   SectionData* bss_section = NULL;
217 bss_section = bss_sect_hdr->getSectionData();
219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);