/external/llvm/lib/CodeGen/ |
LLVMTargetMachine.cpp | 27 #include "llvm/MC/MCAsmInfo.h" 73 // and if the old one gets included then MCAsmInfo will be NULL and 76 assert(AsmInfo && "MCAsmInfo not initialized." 167 const MCAsmInfo &MAI = *getMCAsmInfo();
|
MachineFunction.cpp | 26 #include "llvm/MC/MCAsmInfo.h" 416 const MCAsmInfo &MAI = *getTarget().getMCAsmInfo(); 429 const MCAsmInfo &MAI = *Target.getMCAsmInfo();
|
MachineModuleInfo.cpp | 254 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI, 270 Context(*(MCAsmInfo*)0, *(MCRegisterInfo*)0, (MCObjectFileInfo*)0) {
|
MachineVerifier.cpp | 37 #include "llvm/MC/MCAsmInfo.h" 435 const MCAsmInfo *AsmInfo = TM->getMCAsmInfo(); [all...] |
/external/llvm/lib/MC/ |
MCContext.cpp | 11 #include "llvm/MC/MCAsmInfo.h" 33 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
|
MCSectionMachO.cpp | 93 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI,
|
MCAsmStreamer.cpp | 11 #include "llvm/MC/MCAsmInfo.h" 41 const MCAsmInfo &MAI; [all...] |
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.h | 26 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
ARMInstPrinter.cpp | 19 #include "llvm/MC/MCAsmInfo.h" 38 ARMInstPrinter::ARMInstPrinter(const MCAsmInfo &MAI, [all...] |
/external/llvm/lib/Target/PTX/InstPrinter/ |
PTXInstPrinter.cpp | 17 #include "llvm/MC/MCAsmInfo.h" 30 PTXInstPrinter::PTXInstPrinter(const MCAsmInfo &MAI,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 39 class MCAsmInfo;
|
DwarfDebug.cpp | 25 #include "llvm/MC/MCAsmInfo.h" [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 17 #include "llvm/MC/MCAsmInfo.h" 24 AsmLexer::AsmLexer(const MCAsmInfo &_MAI) : MAI(_MAI) {
|
AsmParser.cpp | 18 #include "llvm/MC/MCAsmInfo.h" 88 const MCAsmInfo &MAI; 130 const MCAsmInfo &MAI); 379 MCStreamer &_Out, const MCAsmInfo &_MAI) [all...] |
/external/clang/tools/driver/ |
cc1as_main.cpp | 29 #include "llvm/MC/MCAsmInfo.h" 284 OwningPtr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(Opts.Triple));
|
/external/llvm/lib/Target/PTX/ |
PTXMCAsmStreamer.cpp | 13 #include "llvm/MC/MCAsmInfo.h" 33 const MCAsmInfo &MAI;
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 25 #include "llvm/MC/MCAsmInfo.h" 230 OwningPtr<const MCAsmInfo> AsmInfo(TheTarget->createMCAsmInfo(TripleName));
|
MachODump.cpp | 22 #include "llvm/MC/MCAsmInfo.h" 257 OwningPtr<const MCAsmInfo> AsmInfo(TheTarget->createMCAsmInfo(TripleName));
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 32 #include "llvm/MC/MCAsmInfo.h" 549 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo(); [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | 16 #include "llvm/MC/MCAsmInfo.h" [all...] |