OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnBodyAddr
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
327
/// Update the stub for the given function to point at
FnBodyAddr
.
335
Error updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
344
FnBodyAddr
))
574
JITTargetAddress
FnBodyAddr
= *FnBodyAddrOrErr;
579
CalledAddr =
FnBodyAddr
;
582
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
408
TargetAddress
FnBodyAddr
= FnBodySym.getAddress();
413
CalledAddr =
FnBodyAddr
;
416
if (auto EC = LMResources.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
Completed in 406 milliseconds