Lines Matching refs:Stubs
1174 StubMap &Stubs) { in resolveAArch64Branch() argument
1182 StubMap::const_iterator i = Stubs.find(Value); in resolveAArch64Branch()
1183 if (i != Stubs.end()) { in resolveAArch64Branch()
1190 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch()
1227 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() argument
1324 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef()
1347 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1348 if (i != Stubs.end()) { in processRelocationRef()
1356 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1401 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1402 if (i != Stubs.end()) { in processRelocationRef()
1409 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1496 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1497 if (i != Stubs.end()) { in processRelocationRef()
1504 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1604 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1605 if (i != Stubs.end()) { in processRelocationRef()
1614 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1734 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1736 if (i != Stubs.end()) { in processRelocationRef()
1748 Stubs[Value] = StubOffset; in processRelocationRef()
1786 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
1788 if (i != Stubs.end()) { in processRelocationRef()
1799 Stubs[Value] = StubOffset; in processRelocationRef()