Searched refs:CreateBSS (Results 1 – 4 of 4) sorted by relevance
270 static SectionData* CreateBSS(LDSection& pSection);
253 IRBuilder::CreateBSS(**section); in readSections()
407 builder.CreateBSS(*bss); in TEST_F()
321 SectionData* IRBuilder::CreateBSS(LDSection& pSection) { in CreateBSS() function in mcld::IRBuilder