Searched refs:FillFragment (Results 1 – 14 of 14) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FillFragment.h | 20 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/ |
D | FillFragment.cpp | 18 FillFragment::FillFragment(int64_t pValue, in FillFragment() function in mcld::FillFragment
|
D | Android.mk | 5 FillFragment.cpp \
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 185 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()
|
D | HexagonRelocator.cpp | 431 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 329 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/ |
D | ARMLDBackend.cpp | 350 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData() 557 frag = new FillFragment(0x0, 0, 0); in readSection()
|
D | ARMRelocator.cpp | 359 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 680 const FillFragment& fill_frag = llvm::cast<FillFragment>(*fragIter); in emitSectionData()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 511 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() 538 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
|
D | MipsRelocator.cpp | 468 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.cpp | 126 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1548 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/ |
D | X86Relocator.cpp | 226 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
|