Home
last modified time | relevance | path

Searched refs:StubEntry (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h28 class StubEntry; variable
813 void Branch(const StubEntry &stub_entry,
817 void BranchLink(const StubEntry &stub_entry,
822 void BranchLinkPatchable(const StubEntry &stub_entry);
Dassembler_arm.cc2578 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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp770 for (const auto& StubEntry : Stubs) { in findSectionAddrInfo() local
772 ErrorMsg += StubEntry.first; in findSectionAddrInfo()