Searched refs:StubEntry (Results 1 – 3 of 3) sorted by relevance
28 class StubEntry; variable813 void Branch(const StubEntry &stub_entry,817 void BranchLink(const StubEntry &stub_entry,822 void BranchLinkPatchable(const StubEntry &stub_entry);
2578 void Assembler::Branch(const StubEntry &stub_entry, Patchability patchable, in Branch()2600 void Assembler::BranchLink(const StubEntry &stub_entry, in BranchLink()2615 void Assembler::BranchLinkPatchable(const StubEntry &stub_entry) { in BranchLinkPatchable()
770 for (const auto& StubEntry : Stubs) { in findSectionAddrInfo() local772 ErrorMsg += StubEntry.first; in findSectionAddrInfo()