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

  /frameworks/compile/mclinker/lib/Fragment/
FillFragment.cpp 1 //===- FillFragment.cpp ---------------------------------------------------===//
9 #include <mcld/Fragment/FillFragment.h>
16 // FillFragment
18 FillFragment::FillFragment(int64_t pValue,
Android.mk 6 FillFragment.cpp \
  /frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h 1 //===- FillFragment.h -----------------------------------------------------===//
23 class FillFragment : public Fragment
26 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize,
36 static bool classof(const FillFragment *) { return true; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 22 #include <mcld/Fragment/FillFragment.h>
315 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
342 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 22 #include <mcld/Fragment/FillFragment.h>
188 const FillFragment& fill_frag =
189 llvm::cast<FillFragment>(*frag_iter);
787 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
847 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
954 frag = new FillFragment(0x0, 1, size);
961 frag = new FillFragment(0x0, 0, 0);
    [all...]
HexagonRelocator.cpp 258 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 12 #include <mcld/Fragment/FillFragment.h>
ELFObjectWriter.cpp 20 #include <mcld/Fragment/FillFragment.h>
631 const FillFragment& fill_frag = llvm::cast<FillFragment>(*fragIter);
ELFReader.cpp 12 #include <mcld/Fragment/FillFragment.h>
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 28 #include <mcld/Fragment/FillFragment.h>
331 const FillFragment& fill_frag =
332 llvm::cast<FillFragment>(*frag_iter);
434 frag = new FillFragment(0x0, 0, 0);
ARMRelocator.cpp 118 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 363 FillFragment* frag = new FillFragment(0x0, 1, pSection.size());
378 return new FillFragment(0x0, 0, 0);
383 return new FillFragment(0x0, 0, 0);
392 return new FillFragment(0x0, 0, 0);
396 return new FillFragment(0x0, 0, 0);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 27 #include <mcld/Fragment/FillFragment.h>
302 /// FillFragment.
313 /// FillFragment.
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 22 #include <mcld/Fragment/FillFragment.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 20 #include <mcld/Fragment/FillFragment.h>
X86Relocator.cpp 127 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 26 #include <mcld/Fragment/FillFragment.h>
    [all...]

Completed in 3406 milliseconds