Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:AI

94       RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr);
95 if (AI != cu->getRelocMap()->end()) {
96 const std::pair<uint8_t, int64_t> &R = AI->second;
130 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr);
132 if (AI != cu->getRelocMap()->end())
133 Value.uval += AI->second.second;
144 RelocAddrMap::const_iterator AI
146 if (AI != cu->getRelocMap()->end()) {
147 const std::pair<uint8_t, int64_t> &R = AI->second;
170 RelocAddrMap::const_iterator AI
172 if (AI != cu->getRelocMap()->end()) {
173 const std::pair<uint8_t, int64_t> &R = AI->second;