Home
last modified time | relevance | path

Searched refs:FillFragment (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
DFillFragment.h20 class FillFragment : public Fragment {
22 FillFragment(int64_t pValue,
35 static bool classof(const FillFragment*) { return true; } in classof() argument
/frameworks/compile/mclinker/lib/Fragment/
DFillFragment.cpp18 FillFragment::FillFragment(int64_t pValue, in FillFragment() function in mcld::FillFragment
DAndroid.mk5 FillFragment.cpp \
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp185 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData()
760 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
818 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
921 frag = new FillFragment(0x0, 1, size); in readSection()
927 frag = new FillFragment(0x0, 0, 0); in readSection()
DHexagonRelocator.cpp431 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp329 FillFragment* frag = new FillFragment(0x0, 1, pSection.size()); in CreateBSS()
345 return new FillFragment(0x0, 0, 0); in CreateRegion()
354 return new FillFragment(0x0, 0, 0); in CreateRegion()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp350 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData()
557 frag = new FillFragment(0x0, 0, 0); in readSection()
DARMRelocator.cpp359 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp680 const FillFragment& fill_frag = llvm::cast<FillFragment>(*fragIter); in emitSectionData()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp511 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
538 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
DMipsRelocator.cpp468 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp126 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1548 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
1574 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp226 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()