/external/llvm/lib/MC/ |
MCInst.cpp | 18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const { 38 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const { 42 getOperand(i).print(OS, MAI); 47 void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, 58 getOperand(i).print(OS, MAI);
|
MCSectionCOFF.cpp | 22 const MCAsmInfo &MAI) const { 31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, 35 if (ShouldOmitSectionDirective(SectionName, MAI)) {
|
MCValue.cpp | 17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
|
MCSectionELF.cpp | 24 const MCAsmInfo &MAI) const { 28 (Name == ".bss" && !MAI.usesELFSectionDirectiveForBSS())) 34 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, 37 if (ShouldOmitSectionDirective(SectionName, MAI)) { 65 if (MAI.usesSunStyleELFSectionSwitchSyntax() && 106 if (MAI.getCommentString()[0] == '@')
|
MCAsmStreamer.cpp | 41 const MCAsmInfo &MAI; 70 : MCStreamer(Context), OS(os), MAI(Context.getAsmInfo()), 289 OS.PadToColumn(MAI.getCommentColumn()); 291 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n'; 308 Section->PrintSwitchToSection(MAI, OS); 330 OS << *Symbol << MAI.getLabelSuffix(); 350 if (MAI.hasSubsectionsViaSymbols()) 395 assert(MAI.hasDotTypeDotSizeDirective() && "Symbol Attr not supported"); 397 << ((MAI.getCommentString()[0] != '@') ? '@' : '%'); 411 OS << MAI.getGlobalDirective() [all...] |
/external/llvm/include/llvm/MC/MCParser/ |
AsmLexer.h | 31 const MCAsmInfo &MAI; 44 AsmLexer(const MCAsmInfo &MAI); 54 const MCAsmInfo &getMAI() const { return MAI; }
|
/external/llvm/include/llvm/MC/ |
MCInstPrinter.h | 27 const MCAsmInfo &MAI; 32 MCInstPrinter(const MCAsmInfo &mai) 33 : CommentStream(0), MAI(mai), AvailableFeatures(0) {}
|
MCSectionCOFF.h | 50 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const; 56 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
|
MCSectionELF.h | 56 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const; 64 void PrintSwitchToSection(const MCAsmInfo &MAI,
|
MCSection.h | 51 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
|
/external/llvm/lib/Target/MBlaze/InstPrinter/ |
MBlazeInstPrinter.h | 24 MBlazeInstPrinter(const MCAsmInfo &MAI) 25 : MCInstPrinter(MAI) {}
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.h | 24 MSP430InstPrinter(const MCAsmInfo &MAI) 25 : MCInstPrinter(MAI) {}
|
/external/llvm/lib/Target/ |
Mangler.cpp | 48 static bool NameNeedsEscaping(StringRef Str, const MCAsmInfo &MAI) { 53 if (!MAI.doesAllowNameToStartWithDigit() && Str[0] >= '0' && Str[0] <= '9') 58 bool AllowPeriod = MAI.doesAllowPeriodsInName(); 68 const MCAsmInfo &MAI) { 71 if (!MAI.doesAllowNameToStartWithDigit() && Str[0] >= '0' && Str[0] <= '9') { 76 bool AllowPeriod = MAI.doesAllowPeriodsInName(); 109 const MCAsmInfo &MAI = Context.getAsmInfo(); 116 const char *Prefix = MAI.getPrivateGlobalPrefix(); 119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix(); 123 const char *Prefix = MAI.getGlobalPrefix() [all...] |
TargetInstrInfo.cpp | 154 const MCAsmInfo &MAI) const { 161 if (*Str == '\n' || strncmp(Str, MAI.getSeparatorString(), 162 strlen(MAI.getSeparatorString())) == 0) 165 Length += MAI.getMaxInstLength(); 168 if (atInsnStart && strncmp(Str, MAI.getCommentString(), 169 strlen(MAI.getCommentString())) == 0)
|
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmLexer.cpp | 79 ARMBaseAsmLexer(const Target &T, const MCAsmInfo &MAI) 80 : TargetAsmLexer(T), AsmInfo(MAI) { 86 ARMAsmLexer(const Target &T, const MCAsmInfo &MAI) 87 : ARMBaseAsmLexer(T, MAI) { 99 ThumbAsmLexer(const Target &T, const MCAsmInfo &MAI) 100 : ARMBaseAsmLexer(T, MAI) {
|
/external/llvm/lib/Target/PTX/ |
PTXMCAsmStreamer.cpp | 32 const MCAsmInfo &MAI; 49 : MCStreamer(Context), OS(os), MAI(Context.getAsmInfo()), 212 OS.PadToColumn(MAI.getCommentColumn()); 214 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n'; 238 OS << *Symbol << MAI.getLabelSuffix(); 335 OS << MAI.getData8bitsDirective(AddrSpace); 343 if (MAI.getAscizDirective() && Data.back() == 0) { 344 OS << MAI.getAscizDirective(); 347 OS << MAI.getAsciiDirective(); 361 case 1: Directive = MAI.getData8bitsDirective(AddrSpace); break [all...] |
/external/llvm/lib/Target/MBlaze/AsmParser/ |
MBlazeAsmLexer.cpp | 78 MBlazeBaseAsmLexer(const Target &T, const MCAsmInfo &MAI) 79 : TargetAsmLexer(T), AsmInfo(MAI) { 85 MBlazeAsmLexer(const Target &T, const MCAsmInfo &MAI) 86 : MBlazeBaseAsmLexer(T, MAI) {
|
/external/llvm/lib/Target/CellSPU/MCTargetDesc/ |
SPUMCTargetDesc.cpp | 67 MCAsmInfo *MAI = new SPULinuxMCAsmInfo(T, TT); 72 MAI->addInitialFrameState(0, Dst, Src); 74 return MAI;
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
XCoreMCTargetDesc.cpp | 65 MCAsmInfo *MAI = new XCoreMCAsmInfo(T, TT); 70 MAI->addInitialFrameState(0, Dst, Src); 72 return MAI;
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 78 MCAsmInfo *MAI; 80 MAI = new PPCMCAsmInfoDarwin(isPPC64); 82 MAI = new PPCLinuxMCAsmInfo(isPPC64); 87 MAI->addInitialFrameState(0, Dst, Src); 89 return MAI;
|
/external/llvm/lib/MC/MCDisassembler/ |
Disassembler.cpp | 56 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(TripleName); 57 assert(MAI && "Unable to create target asm info!"); 78 MCContext *Ctx = new MCContext(*MAI, *MRI, 0, tai); 87 int AsmPrinterVariant = MAI->getAssemblerDialect(); 89 *MAI); 94 TheTarget, MAI, MRI, TM, tai,
|
Disassembler.h | 61 llvm::OwningPtr<const llvm::MCAsmInfo> MAI; 81 const Target *theTarget, const MCAsmInfo *mAI, 89 MAI.reset(mAI);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 115 *MAI)); 165 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 166 MAI->getInlineAsmStart()); 167 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 168 MAI->getInlineAsmEnd()); 175 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 176 MAI->getInlineAsmStart()); 201 int AsmPrinterVariant = MAI->getAssemblerDialect(); 369 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+ 370 MAI->getInlineAsmEnd()) [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCTargetDesc.cpp | 67 MCAsmInfo *MAI = new MipsMCAsmInfo(T, TT); 71 MAI->addInitialFrameState(0, Dst, Src); 73 return MAI;
|
/external/llvm/lib/Target/X86/ |
X86MCInstLower.h | 35 const MCAsmInfo &MAI;
|