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

  /external/llvm/lib/MC/
MCDwarf.cpp 202 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
215 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
441 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
495 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
555 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
705 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
706 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
715 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
    [all...]
MCWin64EH.cpp 227 return context.getObjectFileInfo()->getXDataSection();
239 return context.getObjectFileInfo()->getPDataSection();
MCAsmStreamer.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 153 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }

Completed in 308 milliseconds