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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 115 /// setSection - Mark the symbol as defined in the section \arg S.
116 void setSection(const MCSection &S) { Section = &S; }
  /external/llvm/lib/IR/
Globals.cpp 98 setSection(GV->getSection());
154 void GlobalObject::setSection(StringRef S) {
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 94 void setSection(LDSection* pSection) { m_pSection = pSection; }
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 99 void setSection(StringRef S) { Section = S; }

Completed in 224 milliseconds