Home
last modified time | relevance | path

Searched defs:MainModule (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp200 ThreadSafeModule MainModule = ExitOnErr(loadModule(MainModulePath, TSCtx)); in main() local
/openbsd/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp837 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT() local
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp728 PythonModule PythonModule::MainModule() { return AddModule("__main__"); } in MainModule() function in PythonModule