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

  /external/llvm/include/llvm/MC/
MCSymbol.h 116 /// setSection - Mark the symbol as defined in the section \p S.
117 void setSection(const MCSection &S) { Section = &S; }
  /external/llvm/lib/IR/
Globals.cpp 88 setSection(GV->getSection());
111 void GlobalObject::setSection(StringRef S) { Section = S; }
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 93 void setSection(LDSection* pSection) { m_pSection = pSection; }

Completed in 98 milliseconds