Home
last modified time | relevance | path

Searched defs:pFrom (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp35 void ResolveInfo::override(const ResolveInfo& pFrom) { in override()
41 void ResolveInfo::overrideAttributes(const ResolveInfo& pFrom) { in overrideAttributes()
48 void ResolveInfo::overrideVisibility(const ResolveInfo& pFrom) { in overrideVisibility()
DGarbageCollection.cpp75 const LDSection& pFrom, in addReference()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp130 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo) { in MoveSectionData()
166 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom) { in UpdateSectionAlign()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp904 bool HexagonLDBackend::MoveCommonData(SectionData& pFrom, SectionData& pTo) { in MoveCommonData()
969 bool HexagonLDBackend::MoveSectionDataAndSort(SectionData& pFrom, in MoveSectionDataAndSort()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1211 void MipsGNULDBackend::moveSectionData(SectionData& pFrom, SectionData& pTo) { in moveSectionData()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1598 bool GNULDBackend::updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { in updateSectionFlags()