HomeSort by relevance Sort by last modified time
    Searched refs:MAI (Results 76 - 87 of 87) sorted by null

1 2 34

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 253 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
256 : ImmutablePass(ID), Context(&MAI, &MRI, MOFI, 0, false) {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 26 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
ARMInstPrinter.cpp 60 ARMInstPrinter::ARMInstPrinter(const MCAsmInfo &MAI,
64 MCInstPrinter(MAI, MII, MRI) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 554 const MCAsmInfo &MAI = *MF.getTarget().getMCAsmInfo();
560 return getInlineAsmLength(MI.getOperand(0).getSymbolName(), MAI);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 548 if (Asm->MAI->doesDwarfUseInlineInfoSection()) {
736 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 128 const MCAsmInfo &MAI;
174 /// AssemblerDialect. ~OU means unset value and use value provided by MAI.
185 const MCAsmInfo &MAI);
205 return MAI.getAssemblerDialect();
481 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
650 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 952 if (MAI->doesSupportDebugInformation())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 546 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo();
554 return getInlineAsmLength(MI->getOperand(0).getSymbolName(), *MAI);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 818 milliseconds

1 2 34