Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h270 static SectionData* CreateBSS(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp253 IRBuilder::CreateBSS(**section); in readSections()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp407 builder.CreateBSS(*bss); in TEST_F()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp321 SectionData* IRBuilder::CreateBSS(LDSection& pSection) { in CreateBSS() function in mcld::IRBuilder