HomeSort by relevance Sort by last modified time
    Searched refs:findStub (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 59 stub = islands.second->findStub(prototype, pReloc);
64 stub = islands.first->findStub(prototype, pReloc);
BranchIsland.cpp 84 /// findStub - return true if there is a stub built from the given prototype
86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) {
  /external/llvm/unittests/ExecutionEngine/Orc/
CompileOnDemandLayerTest.cpp 37 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 112 return StubsMgr->findStub(Name, ExportedSymbolsOnly);
287 auto StubSym = LMResources.StubsMgr->findStub(FName, false);
321 if (auto Sym = LMResources.StubsMgr->findStub(Name, false))
IndirectionUtils.h 232 virtual JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;
270 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override {
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 89 /// findStub - return true if there is a stub built from the given prototype
91 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 235 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly))

Completed in 540 milliseconds