OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loadDylib
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TargetProcessControl.cpp
57
SelfTargetProcessControl::
loadDylib
(const char *DylibPath) {
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.cpp
128
JITLinkExecutor::
loadDylib
(StringRef RemotePath) {
129
if (auto Handle = TPC->
loadDylib
(RemotePath.data()))
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h
349
class
LoadDylib
350
: public shared::RPCFunction<
LoadDylib
, Expected<tpctypes::DylibHandle>(
353
static const char *getName() { return "
LoadDylib
"; }
416
EP.template addHandler<orcrpctpc::
LoadDylib
>(*this, &ThisT::
loadDylib
);
539
Expected<tpctypes::DylibHandle>
loadDylib
(const std::string &Path) {
Completed in 15 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026