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

  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 215 MCFillFragment *Fragment =
216 new MCFillFragment(/*_Value=*/0, /*_ValueSize=*/0, Size, &SectionData);
MCAssembler.cpp 530 return cast<MCFillFragment>(F).getSize();
734 const MCFillFragment &FF = cast<MCFillFragment>(F);
818 assert((cast<MCFillFragment>(it)->getValueSize() == 0 ||
819 cast<MCFillFragment>(it)->getValue() == 0) &&
    [all...]
MCMachOStreamer.cpp 380 MCFragment *F = new MCFillFragment(0, 0, Size, &SectData);
MCObjectStreamer.cpp 364 // FIXME: A MCFillFragment would be more memory efficient but MCExpr has
371 insert(new MCFillFragment(0, ItemSize, NumBytes));
MCELFStreamer.cpp 525 MCFragment *F = new MCFillFragment(0, 0, Size, &SectData);
  /external/llvm/include/llvm/MC/
MCAssembler.h 392 class MCFillFragment : public MCFragment {
406 MCFillFragment(int64_t _Value, unsigned _ValueSize, uint64_t _Size,
    [all...]

Completed in 3786 milliseconds