HomeSort by relevance Sort by last modified time
    Searched refs:CreateBSS (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 269 /// CreateBSS - To create a bss section for given pSection
277 static SectionData* CreateBSS(LDSection& pSection);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 256 IRBuilder::CreateBSS(**section);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 406 builder.CreateBSS(*bss);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 322 /// CreateBSS - To create a bss section for given pSection
323 SectionData* IRBuilder::CreateBSS(LDSection& pSection)

Completed in 186 milliseconds