| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 34 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 D | ThinLTOCodeGenerator.cpp | 94 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 D | LTOCodeGenerator.cpp | 364 Module &TheModule, in preserveDiscardableGVs()
|
| /llvm-project-15.0.7/clang/include/clang/Interpreter/ |
| H A D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 586 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 D | NameAnonGlobals.cpp | 28 Module &TheModule; member in __anonfe913d8f0111::ModuleHasher
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 502 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 D | llvm-jitlistener.cpp | 152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineModuleInfo.h | 87 const Module *TheModule; variable
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 58 llvm::Module &TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/ |
| H A D | toy.cpp | 403 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 36 Module &TheModule; member
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/ |
| H A D | toy.cpp | 413 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1051 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 D | MetadataLoader.cpp | 409 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 D | X86WinEHState.cpp | 84 Module *TheModule = nullptr; member in __anon2d75d06d0111::WinEHStatePass
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 540 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 632 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 685 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 609 static Module *TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 705 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|