OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loadModule
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp
157
Expected<ThreadSafeModule>
loadModule
(StringRef Path,
200
ThreadSafeModule MainModule = ExitOnErr(
loadModule
(MainModulePath, TSCtx));
225
: ExitOnErr(
loadModule
(Path, TSCtx));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
975
CodeGenAction::
loadModule
(MemoryBufferRef MBRef) {
1062
TheModule =
loadModule
(*MainFile);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
1831
CompilerInstance::
loadModule
(SourceLocation ImportLoc,
1911
loadModule
(ImportLoc, PrivPath, Visibility, IsInclusionDirective);
2134
loadModule
(TheModule->DefinitionLoc, Path, Module::Hidden, false);
Completed in 76 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026