/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FragmentRef.h | 66 Fragment* frag() { return m_pFragment; } in frag() function 68 const Fragment* frag() const { return m_pFragment; } in frag() function
|
/frameworks/compile/mclinker/unittests/ |
D | MCRegionFragmentTest.cpp | 47 MCRegionFragment* frag = new MCRegionFragment(*region); in TEST_F() local 62 llvm::MCFragment* frag = new MCRegionFragment(*region); in TEST_F() local
|
D | FragmentRefTest.cpp | 51 RegionFragment* frag = new RegionFragment(region); variable
|
/frameworks/compile/mclinker/lib/LD/ |
D | DebugString.cpp | 46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it)); in merge() local 74 RegionFragment* frag = in applyOffset() local
|
D | EhFrame.cpp | 320 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
|
D | ELFBinaryReader.cpp | 55 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size); in readBinary() local
|
D | BranchIslandFactory.cpp | 49 Fragment* frag = (*it).getPrevNode(); in group() local
|
D | StubFactory.cpp | 48 const Fragment* frag = pReloc.targetRef().frag(); in create() local
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operand.h | 199 const Fragment* frag() const { return m_pFragment; } in frag() function 200 Fragment* frag() { return m_pFragment; } in frag() function
|
/frameworks/compile/mclinker/lib/Target/ |
D | GOT.cpp | 33 SectionData::iterator frag, fragEnd = m_SectionData->end(); in finalizeSectionSize() local
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 511 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
|
D | ARMGOT.cpp | 55 SectionData::iterator frag, fragEnd = m_SectionData->end(); in finalizeSectionSize() local
|
D | ARMPLT.cpp | 48 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 791 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
|
D | HexagonPLT.cpp | 80 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
|
/frameworks/rs/driver/ |
D | rsdShaderCache.cpp | 77 bool RsdShaderCache::hasArrayUniforms(RsdShader *vtx, RsdShader *frag) { in hasArrayUniforms() 117 RsdShader *frag = mFragment; in link() local
|
D | rsdShaderCache.h | 139 uint32_t frag; member
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsPLT.cpp | 67 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
|
D | MipsAbiFlags.cpp | 64 const auto& frag = llvm::cast<RegionFragment>(secData->front()); in fillBySection() local
|
D | MipsLDBackend.cpp | 454 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/ |
D | FragmentRef.cpp | 52 Fragment* frag = &pFrag; in Create() local
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GOT.cpp | 58 SectionData::iterator frag, fragEnd = m_SectionData->end(); in finalizeSectionSize() local
|
D | AArch64PLT.cpp | 51 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in MoveSectionData() local
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 103 SectionData::iterator frag, fragEnd = m_pSectionData->end(); in finalizeSectionSize() local
|