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.cpp186 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData()
791 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
849 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
952 frag = new FillFragment(0x0, 1, size); in readSection()
958 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.cpp418 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData()
628 frag = new FillFragment(0x0, 0, 0); in readSection()
DARMRelocator.cpp359 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp289 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData()
626 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
653 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
DMipsRelocator.cpp502 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/AArch64/
DAArch64Relocator.cpp128 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()