Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp94 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
160 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
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()
698 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
748 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
783 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
[all …]
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 DLTOCodeGenerator.cpp446 Module &TheModule, in preserveDiscardableGVs()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp28 Module &TheModule; member in __anona9bd73760111::ModuleHasher
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h87 const Module *TheModule; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp45 llvm::Module &TheModule; member in __anon91774be00111::CGNVCUDARuntime
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp403 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1051 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule()
1179 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h36 Module &TheModule; member
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp408 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
633 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
2371 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp413 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anon54fa0f540111::WinEHStatePass
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp540 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp632 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp685 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp705 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp609 static Module *TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable

12