HomeSort by relevance Sort by last modified time
    Searched defs:setSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Globals.cpp 97 setSection(GV->getSection());
121 void GlobalObject::setSection(StringRef S) { Section = S; }
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 94 void setSection(LDSection* pSection) { m_pSection = pSection; }

Completed in 185 milliseconds