Home | History | Annotate | Download | only in MC

Lines Matching refs:Twine

12 #include "llvm/ADT/Twine.h"
114 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) {
141 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName +
142 "$frame_escape_" + Twine(Idx));
146 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName +
151 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" +
205 MCSymbol *MCContext::createTempSymbol(const Twine &Name, bool AlwaysAddSuffix,
257 MCSymbol *MCContext::lookupSymbol(const Twine &Name) const {
312 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type,
326 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix,
327 const Twine &Suffix, unsigned Type,
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type,
335 const Twine &Group, unsigned UniqueID,
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type,
509 void MCContext::reportError(SMLoc Loc, const Twine &Msg) {
521 void MCContext::reportFatalError(SMLoc Loc, const Twine &Msg) {