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 433 MCObjectFileInfo MOFI;
434 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
435 MOFI.InitMCObjectFileInfo(TheTriple, RelocModel, CMModel, Ctx);
  /external/llvm/include/llvm/MC/
MCContext.h 67 const MCObjectFileInfo *MOFI;
228 const MCObjectFileInfo *MOFI,
238 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 470 std::unique_ptr<MCObjectFileInfo> MOFI;
594 MOFI.reset(new MCObjectFileInfo);
595 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get()));
596 MOFI->InitMCObjectFileInfo(TheTriple, Reloc::Default, CodeModel::Default,
658 MS->SwitchSection(MOFI->getDwarfInfoSection());
691 MS->SwitchSection(MOFI->getDwarfAbbrevSection());
697 MS->SwitchSection(MOFI->getDwarfInfoSection());
703 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection());
    [all...]

Completed in 436 milliseconds