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

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h262 /// CreateBSS - To create a bss section for given pSection
270 static SectionData* CreateBSS(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp253 IRBuilder::CreateBSS(**section);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp407 builder.CreateBSS(*bss);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp319 /// CreateBSS - To create a bss section for given pSection
320 SectionData* IRBuilder::CreateBSS(LDSection& pSection) { function in class:mcld::IRBuilder

Completed in 274 milliseconds