Searched refs:FillFragment (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DFillFragment.cpp1 //===- FillFragment.cpp ---------------------------------------------------===//
9 #include <mcld/Fragment/FillFragment.h>
16 // FillFragment
18 FillFragment::FillFragment(int64_t pValue, function in class:FillFragment
H A DAndroid.mk6 FillFragment.cpp \
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h1 //===- FillFragment.h -----------------------------------------------------===//
23 class FillFragment : public Fragment class in namespace:mcld
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/
H A DMipsLDBackend.cpp22 #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/
H A DHexagonLDBackend.cpp22 #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);
H A DHexagonRelocator.cpp258 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp12 #include <mcld/Fragment/FillFragment.h>
H A DELFObjectWriter.cpp20 #include <mcld/Fragment/FillFragment.h>
631 const FillFragment& fill_frag = llvm::cast<FillFragment>(*fragIter);
H A DELFReader.cpp12 #include <mcld/Fragment/FillFragment.h>
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp28 #include <mcld/Fragment/FillFragment.h>
331 const FillFragment& fill_frag =
332 llvm::cast<FillFragment>(*frag_iter);
434 frag = new FillFragment(0x0, 0, 0);
H A DARMRelocator.cpp118 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp363 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/
H A DIRBuilder.h27 #include <mcld/Fragment/FillFragment.h>
302 /// FillFragment.
313 /// FillFragment.
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp22 #include <mcld/Fragment/FillFragment.h>
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp20 #include <mcld/Fragment/FillFragment.h>
H A DX86Relocator.cpp127 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp26 #include <mcld/Fragment/FillFragment.h>
1600 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());
1626 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size());

Completed in 175 milliseconds