Home
last modified time | relevance | path

Searched defs:frag (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h66 Fragment* frag() { return m_pFragment; } in frag() function
68 const Fragment* frag() const { return m_pFragment; } in frag() function
/frameworks/compile/mclinker/unittests/
DMCRegionFragmentTest.cpp47 MCRegionFragment* frag = new MCRegionFragment(*region); in TEST_F() local
62 llvm::MCFragment* frag = new MCRegionFragment(*region); in TEST_F() local
DFragmentRefTest.cpp51 RegionFragment* frag = new RegionFragment(region); variable
/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it)); in merge() local
74 RegionFragment* frag = in applyOffset() local
DEhFrame.cpp320 Fragment* frag = in_frag_list.remove(in_frag_list.begin()); in moveInputFragments() local
334 Fragment* frag = in_frag_list.remove(SectionData::iterator(pInCIE)); in moveInputFragments() local
348 Fragment* frag = in_frag_list.remove(SectionData::iterator(**i)); in moveInputFragments() local
360 Fragment& frag = *i; in computeOffsetSize() local
DELFBinaryReader.cpp55 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size); in readBinary() local
DBranchIslandFactory.cpp49 Fragment* frag = (*it).getPrevNode(); in group() local
DStubFactory.cpp48 const Fragment* frag = pReloc.targetRef().frag(); in create() local
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h199 const Fragment* frag() const { return m_pFragment; } in frag() function
200 Fragment* frag() { return m_pFragment; } in frag() function
/frameworks/compile/mclinker/lib/Target/
DGOT.cpp33 SectionData::iterator frag, fragEnd = m_SectionData->end(); in finalizeSectionSize() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp511 AlignFragment* frag = in mergeSection() local
528 SectionData::FragmentListType::iterator frag = src.begin(); in mergeSection() local
620 Fragment* frag = NULL; in readSection() local
754 RegionFragment* frag = new RegionFragment(cantUnwindRegion, nullptr); in rewriteARMExIdxSection() local
774 RegionFragment* frag = new RegionFragment(cantUnwindRegion, nullptr); in rewriteARMExIdxSection() local
DARMGOT.cpp55 SectionData::iterator frag, fragEnd = m_SectionData->end(); in finalizeSectionSize() local
DARMPLT.cpp48 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp791 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() local
849 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() local
906 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); in MoveCommonData() local
947 Fragment* frag = NULL; in readSection() local
973 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); in MoveSectionDataAndSort() local
DHexagonPLT.cpp80 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
/frameworks/rs/driver/
DrsdShaderCache.cpp77 bool RsdShaderCache::hasArrayUniforms(RsdShader *vtx, RsdShader *frag) { in hasArrayUniforms()
117 RsdShader *frag = mFragment; in link() local
DrsdShaderCache.h139 uint32_t frag; member
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.cpp67 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
DMipsAbiFlags.cpp64 const auto& frag = llvm::cast<RegionFragment>(secData->front()); in fillBySection() local
DMipsLDBackend.cpp454 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size); in readSection() local
626 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() local
653 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() local
1232 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in moveSectionData() local
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp52 Fragment* frag = &pFrag; in Create() local
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp58 SectionData::iterator frag, fragEnd = m_SectionData->end(); in finalizeSectionSize() local
DAArch64PLT.cpp51 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in MoveSectionData() local
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp103 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local

12