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 262 /// CreateBSS - To create a bss section for given pSection
270 static SectionData* CreateBSS(LDSection& pSection);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 253 IRBuilder::CreateBSS(**section);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 407 builder.CreateBSS(*bss);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 319 /// CreateBSS - To create a bss section for given pSection
320 SectionData* IRBuilder::CreateBSS(LDSection& pSection) {

Completed in 348 milliseconds