HomeSort by relevance Sort by last modified time
    Searched defs:MOFI (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 404 MCObjectFileInfo MOFI;
405 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
406 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx);
  /external/llvm/include/llvm/MC/
MCContext.h 63 const MCObjectFileInfo *MOFI;
214 const MCObjectFileInfo *MOFI,
224 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 372 std::unique_ptr<MCObjectFileInfo> MOFI;
485 MOFI.reset(new MCObjectFileInfo);
486 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get()));
487 MOFI->InitMCObjectFileInfo(TripleName, Reloc::Default, CodeModel::Default,
543 MS->SwitchSection(MOFI->getDwarfInfoSection());
575 MS->SwitchSection(MOFI->getDwarfAbbrevSection());
581 MS->SwitchSection(MOFI->getDwarfInfoSection());
587 Asm->OutStreamer.SwitchSection(MOFI->getDwarfStrSection());
    [all...]

Completed in 2455 milliseconds