Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h79 ExtendedModule MainModule; variable
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp926 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp767 PythonModule PythonModule::MainModule() { return AddModule("__main__"); } in MainModule() function in PythonModule