Home
last modified time | relevance | path

Searched defs:TheModule (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
H A DThinLTOCodeGenerator.cpp94 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
178 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
213 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
237 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
326 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
445 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
748 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
783 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
857 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
918 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize()
[all …]
H A DLTOCodeGenerator.cpp364 Module &TheModule, in preserveDiscardableGVs()
/llvm-project-15.0.7/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp586 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
684 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local
721 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local
748 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local
781 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local
814 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local
839 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp28 Module &TheModule; member in __anonfe913d8f0111::ModuleHasher
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp502 bool foldFuncPtrAndConstToNull(LLVMContext &Context, Module *TheModule, in foldFuncPtrAndConstToNull()
532 Module TheModule("TestModule", Context); in TEST() local
543 Module TheModule("TestModule", Context); in TEST() local
549 Module TheModule("TestModule", Context); in TEST() local
562 Module TheModule("TestModule", Context); in TEST() local
573 Module TheModule("TestModule", Context); in TEST() local
580 Module TheModule("TestModule", Context); in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h87 const Module *TheModule; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp403 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h36 Module &TheModule; member
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp413 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1051 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule()
1145 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp409 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
632 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
2347 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anon2d75d06d0111::WinEHStatePass
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp540 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp632 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp685 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp609 static Module *TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp705 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable

12