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 116 /// setSection - Mark the symbol as defined in the section \p S.
117 void setSection(const MCSection &S) { Section = &S; }
  /external/llvm/include/llvm/IR/
GlobalValue.h 98 void setSection(StringRef S) { Section = S; }

Completed in 41 milliseconds