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

  /external/llvm/lib/MC/
MCAssembler.cpp 412 return cast<MCLEBFragment>(F).getContents().size();
630 const MCLEBFragment &LF = cast<MCLEBFragment>(F);
864 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) {
    [all...]
MCObjectStreamer.cpp 148 new MCLEBFragment(*Value, false, getCurrentSectionData());
158 new MCLEBFragment(*Value, true, getCurrentSectionData());
  /external/llvm/include/llvm/MC/
MCAssembler.h 451 class MCLEBFragment : public MCFragment {
462 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSectionData *SD)
925 bool relaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF);
    [all...]

Completed in 47 milliseconds