HomeSort by: relevance | last modified time | path
    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