Home
last modified time | relevance | path

Searched refs:MainModule (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/sqlite3/
H A DReplace.cs105 Process.GetCurrentProcess().MainModule.FileName); in Error()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp759 auto MainModule = orc::ThreadSafeModule( in runOrcLazyJIT() local
761 if (!MainModule) in runOrcLazyJIT()
764 const auto &TT = MainModule.getModule()->getTargetTriple(); in runOrcLazyJIT()
809 ExitOnErr(J->addLazyIRModule(std::move(MainModule))); in runOrcLazyJIT()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h395 static PythonModule MainModule();
H A DPythonDataObjects.cpp804 PythonModule PythonModule::MainModule() { return AddModule("__main__"); } in MainModule() function in PythonModule