Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h20 class FillFragment : public Fragment {
22 FillFragment(int64_t pValue,
35 static bool classof(const FillFragment*) { return true; } in classof() argument
/aosp12/frameworks/compile/mclinker/lib/Fragment/
H A DFillFragment.cpp18 FillFragment::FillFragment(int64_t pValue, in FillFragment() function in mcld::FillFragment
H A DAndroid.bp16 "FillFragment.cpp",
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A 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()
H A DHexagonRelocator.cpp431 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp330 FillFragment* frag = new FillFragment(0x0, 1, pSection.size()); in CreateBSS()
346 return new FillFragment(0x0, 0, 0); in CreateRegion()
355 return new FillFragment(0x0, 0, 0); in CreateRegion()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A 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()
H A DMipsRelocator.cpp502 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp418 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter); in emitSectionData()
628 frag = new FillFragment(0x0, 0, 0); in readSection()
H A DARMRelocator.cpp359 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp680 const FillFragment& fill_frag = llvm::cast<FillFragment>(*fragIter); in emitSectionData()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp128 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp226 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); in defineSymbolforCopyReloc()