Searched refs:AppendFragment (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h81 /// AppendFragment - To append pFrag to the given SectionData pSD.
92 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp794 ObjectBuilder::AppendFragment(*frag,
801 ObjectBuilder::AppendFragment(*frag,
808 ObjectBuilder::AppendFragment(*frag,
815 ObjectBuilder::AppendFragment(*frag,
825 tbss_offset += ObjectBuilder::AppendFragment(*frag,
831 bss_offset += ObjectBuilder::AppendFragment(*frag,
854 ObjectBuilder::AppendFragment(*frag,
861 ObjectBuilder::AppendFragment(*frag,
868 ObjectBuilder::AppendFragment(*frag,
875 ObjectBuilder::AppendFragment(*fra
[all...]
H A DHexagonRelocator.cpp259 uint64_t size = ObjectBuilder::AppendFragment(*frag,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp320 tbss_offset += ObjectBuilder::AppendFragment(*frag,
326 bss_offset += ObjectBuilder::AppendFragment(*frag,
347 tbss_offset += ObjectBuilder::AppendFragment(*frag,
353 bss_offset += ObjectBuilder::AppendFragment(*frag,
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp62 m_Builder.AppendFragment(*frag, *data);
H A DELFReader.cpp62 ObjectBuilder::AppendFragment(*frag, pSD);
623 ObjectBuilder::AppendFragment(*frag, pSD);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp149 mBuilder->AppendFragment(*frag, *data);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp382 builder.AppendFragment(*text_frag, *text_data);
425 builder.AppendFragment(*attr_frag, *attr_data);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h316 /// AppendFragment - To append pFrag to the given SectionData pSD.
330 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp365 ObjectBuilder::AppendFragment(*frag, *sect_data);
401 /// AppendFragment - To append pFrag to the given SectionData pSD
402 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD) function in class:IRBuilder
404 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
420 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp146 /// AppendFragment - To append pFrag to the given SectionData pSD.
147 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag, function in class:ObjectBuilder
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp440 ObjectBuilder::AppendFragment(*frag, pSD);
H A DARMRelocator.cpp119 uint64_t size = ObjectBuilder::AppendFragment(*frag,
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1605 tbss_offset += ObjectBuilder::AppendFragment(*frag,
1610 bss_offset += ObjectBuilder::AppendFragment(*frag,
1631 tbss_offset += ObjectBuilder::AppendFragment(*frag,
1636 bss_offset += ObjectBuilder::AppendFragment(*frag,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp128 uint64_t size = ObjectBuilder::AppendFragment(*frag,

Completed in 143 milliseconds