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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 48 assert(getCurrentSectionData() && "No current section!");
50 if (!getCurrentSectionData()->empty())
51 return &getCurrentSectionData()->getFragmentList().back();
59 F = new MCDataFragment(getCurrentSectionData());
130 new MCLEBFragment(*Value, false, getCurrentSectionData());
140 new MCLEBFragment(*Value, true, getCurrentSectionData());
160 getCurrentSectionData()->setHasInstructions(true);
188 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData());
212 new MCDwarfLineAddrFragment(LineDelta, *AddrDelta, getCurrentSectionData());
224 new MCDwarfCallFrameFragment(*AddrDelta, getCurrentSectionData());
    [all...]
MCPureStreamer.cpp 126 new MCDataFragment(getCurrentSectionData());
165 getCurrentSectionData());
168 if (ByteAlignment > getCurrentSectionData()->getAlignment())
169 getCurrentSectionData()->setAlignment(ByteAlignment);
179 getCurrentSectionData());
183 if (ByteAlignment > getCurrentSectionData()->getAlignment())
184 getCurrentSectionData()->setAlignment(ByteAlignment);
189 new MCOrgFragment(*Offset, Value, getCurrentSectionData());
193 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData());
MCMachOStreamer.cpp 126 new MCDataFragment(getCurrentSectionData());
187 ISD.SectionData = getCurrentSectionData();
341 getCurrentSectionData());
344 if (ByteAlignment > getCurrentSectionData()->getAlignment())
345 getCurrentSectionData()->setAlignment(ByteAlignment);
355 getCurrentSectionData());
359 if (ByteAlignment > getCurrentSectionData()->getAlignment())
360 getCurrentSectionData()->setAlignment(ByteAlignment);
WinCOFFStreamer.cpp 341 getCurrentSectionData());
344 if (ByteAlignment > getCurrentSectionData()->getAlignment())
345 getCurrentSectionData()->setAlignment(ByteAlignment);
355 getCurrentSectionData());
359 if (ByteAlignment > getCurrentSectionData()->getAlignment())
360 getCurrentSectionData()->setAlignment(ByteAlignment);
373 getCurrentSectionData()->setHasInstructions(true);
376 new MCInstFragment(Instruction, getCurrentSectionData());
MCELFStreamer.cpp 108 ISD.SectionData = getCurrentSectionData();
247 getCurrentSectionData());
250 if (ByteAlignment > getCurrentSectionData()->getAlignment())
251 getCurrentSectionData()->setAlignment(ByteAlignment);
261 getCurrentSectionData());
265 if (ByteAlignment > getCurrentSectionData()->getAlignment())
266 getCurrentSectionData()->setAlignment(ByteAlignment);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectStreamer.h 46 MCSectionData *getCurrentSectionData() const {

Completed in 180 milliseconds