Home
last modified time | relevance | path

Searched refs:ARMExSectionTuple (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.h32 class ARMExSectionTuple {
34 ARMExSectionTuple() in ARMExSectionTuple() function
88 typedef std::map<LDSection*, std::unique_ptr<ARMExSectionTuple> > SectMap;
98 ARMExSectionTuple* getByExSection(LDSection &pSect) const { in getByExSection()
109 ARMExSectionTuple* getOrCreateByExSection(LDSection &pSect) { in getOrCreateByExSection()
111 std::unique_ptr<ARMExSectionTuple>& result = m_SectToExData[&pSect]; in getOrCreateByExSection()
113 result.reset(new ARMExSectionTuple()); in getOrCreateByExSection()
141 typedef std::map<const Fragment*, ARMExSectionTuple*> ExIdxMap;
161 ARMExSectionTuple* getTupleByExIdx(const Fragment* pExIdxFragment) const { in getTupleByExIdx()
DARMException.cpp47 ARMExSectionTuple* exTuple = it->second.get(); in addInputMap()
71 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(*sect); in create()
85 ARMExSectionTuple* exTuple = it->second.get(); in create()
DARMLDBackend.cpp105 ARMExSectionTuple* tupleA = m_pExData.getTupleByExIdx(&a); in operator ()()
106 ARMExSectionTuple* tupleB = m_pExData.getTupleByExIdx(&b); in operator ()()