OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StubsMgr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
94
std::unique_ptr<IndirectStubsMgrT>
StubsMgr
;
102
StubsMgr
(std::move(Other.
StubsMgr
)) {}
108
StubsMgr
= std::move(Other.
StubsMgr
);
115
return
StubsMgr
->findPointer(Name.drop_back(9));
117
return
StubsMgr
->findStub(Name, ExportedSymbolsOnly);
281
LMResources.
StubsMgr
= CreateIndirectStubsManager();
282
auto EC = LMResources.
StubsMgr
->createStubs(StubInits);
328
auto StubSym = LMResources.
StubsMgr
->findStub(FName, false)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
192
std::unique_ptr<IndirectStubsMgrT>
StubsMgr
)
194
StubsMgr
(std::move(
StubsMgr
)) {}
213
if (auto Sym =
StubsMgr
->findStub(Name, ExportedSymbolsOnly))
232
std::unique_ptr<IndirectStubsMgrT>
StubsMgr
;
309
if (auto Sym = KV.second.
StubsMgr
->findStub(Name, ExportedSymbolsOnly))
343
if (auto Err = LMResources->
StubsMgr
->updatePointer(CalledFnName,
410
if (auto Err = LD.
StubsMgr
->createStubs(StubInits))
459
LD.
StubsMgr
->findStub(FName, false).getAddress();
490
if (auto Sym = LD.
StubsMgr
->findStub(Name, false)
[
all
...]
Completed in 1023 milliseconds