HomeSort by relevance Sort by last modified time
    Searched refs:ARMExSectionTuple (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.h 31 /// ARMExSectionTuple - Tuple of associated exception handling sections
32 class ARMExSectionTuple {
34 ARMExSectionTuple()
88 typedef std::map<LDSection*, std::unique_ptr<ARMExSectionTuple> > SectMap;
96 /// getByExSection - Get the ARMExSectionTuple by the address of the
98 ARMExSectionTuple* getByExSection(LDSection &pSect) const {
107 /// getOrCreate - Get an existing or create a new ARMExSectionTuple which is
109 ARMExSectionTuple* getOrCreateByExSection(LDSection &pSect) {
111 std::unique_ptr<ARMExSectionTuple>& result = m_SectToExData[&pSect];
113 result.reset(new ARMExSectionTuple());
    [all...]
ARMException.cpp 47 ARMExSectionTuple* exTuple = it->second.get();
71 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(*sect);
85 ARMExSectionTuple* exTuple = it->second.get();
ARMLDBackend.cpp 105 ARMExSectionTuple* tupleA = m_pExData.getTupleByExIdx(&a);
106 ARMExSectionTuple* tupleB = m_pExData.getTupleByExIdx(&b);
    [all...]

Completed in 4165 milliseconds