Searched defs:setSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSymbol.h116 /// setSection - Mark the symbol as defined in the section \arg S.
117 void setSection(const MCSection &S) { Section = &S; } function in class:llvm::MCSymbol
/external/llvm/include/llvm/
H A DGlobalValue.h97 void setSection(StringRef S) { Section = S; } function in class:llvm::GlobalValue

Completed in 61 milliseconds