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

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h283 /// CreateBSS - To create a bss section for given pSection
291 static SectionData* CreateBSS(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp243 IRBuilder::CreateBSS(**section);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp405 builder.CreateBSS(*bss);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp353 /// CreateBSS - To create a bss section for given pSection
354 SectionData* IRBuilder::CreateBSS(LDSection& pSection) function in class:IRBuilder

Completed in 582 milliseconds