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

/external/llvm/include/llvm/MC/
H A DMCSection.h114 MCSymbol *getBeginSymbol() { return Begin; } function in class:llvm::MCSection
115 const MCSymbol *getBeginSymbol() const { function in class:llvm::MCSection
116 return const_cast<MCSection *>(this)->getBeginSymbol();

Completed in 220 milliseconds