Lines Matching defs:Stubs
675 StubMap &Stubs) {
685 StubMap::const_iterator i = Stubs.find(Value);
686 if (i != Stubs.end()) {
695 Stubs[Value] = Section.getStubOffset();
1510 StubMap &Stubs) {
1518 StubMap::const_iterator i = Stubs.find(Value);
1519 if (i != Stubs.end()) {
1526 Stubs[Value] = Section.getStubOffset();
1563 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) {
1660 resolveAArch64Branch(SectionID, Value, RelI, Stubs);
1683 StubMap::const_iterator i = Stubs.find(Value);
1684 if (i != Stubs.end()) {
1692 Stubs[Value] = Section.getStubOffset();
1722 resolveLoongArch64Branch(SectionID, Value, RelI, Stubs);
1748 StubMap::const_iterator i = Stubs.find(Value);
1749 if (i != Stubs.end()) {
1756 Stubs[Value] = Section.getStubOffset();
1840 StubMap::const_iterator i = Stubs.find(Value);
1841 if (i != Stubs.end()) {
1848 Stubs[Value] = Section.getStubOffset();
1948 StubMap::const_iterator i = Stubs.find(Value);
1949 if (i != Stubs.end()) {
1958 Stubs[Value] = Section.getStubOffset();
2078 StubMap::const_iterator i = Stubs.find(Value);
2080 if (i != Stubs.end()) {
2092 Stubs[Value] = StubOffset;
2130 StubMap::const_iterator i = Stubs.find(Value);
2132 if (i != Stubs.end()) {
2143 Stubs[Value] = StubOffset;