/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 94 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 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 | LTOCodeGenerator.cpp | 446 Module &TheModule, in preserveDiscardableGVs()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/include/clang/Interpreter/ |
H A D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 28 Module &TheModule; member in __anona9bd73760111::ModuleHasher
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 87 const Module *TheModule; variable
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 58 llvm::Module &TheModule; variable
|
H A D | CGCUDANV.cpp | 45 llvm::Module &TheModule; member in __anon91774be00111::CGNVCUDARuntime
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 403 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1051 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 D | CoroInternal.h | 36 Module &TheModule; member
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 408 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 D | toy.cpp | 413 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 84 Module *TheModule = nullptr; member in __anon54fa0f540111::WinEHStatePass
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 540 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 632 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 685 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 705 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 609 static Module *TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|