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

  /external/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/include/llvm/
GlobalValue.h 99 void setSection(StringRef S) { Section = S; }

Completed in 326 milliseconds