| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 33 void findInModule(Module &TheModule) { in findInModule() 58 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 122 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
| H A D | ThinLTOCodeGenerator.cpp | 95 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 180 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 215 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 239 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 328 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 432 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 736 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 776 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() 860 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize() 923 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize() [all …]
|
| H A D | LTOCodeGenerator.cpp | 447 Module &TheModule, in preserveDiscardableGVs()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 583 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile() 681 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local 718 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local 745 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local 778 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local 811 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local 836 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Internalize.h | 75 internalizeModule(Module &TheModule, in internalizeModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | NameAnonGlobals.cpp | 26 Module &TheModule; member in __anona9619d150111::ModuleHasher
|
| H A D | CloneFunction.cpp | 52 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineModuleInfo.h | 87 const Module *TheModule = nullptr; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 58 llvm::Module &TheModule; variable
|
| H A D | CGCUDANV.cpp | 47 llvm::Module &TheModule; member in __anona4eb8b5f0111::CGNVCUDARuntime
|
| H A D | BackendUtil.cpp | 129 llvm::Module *TheModule; member in __anone6c0d8fa0111::EmitAssemblyHelper
|
| H A D | CodeGenModule.h | 309 llvm::Module &TheModule; variable
|
| H A D | CGObjCGNU.cpp | 97 llvm::Module &TheModule; member in __anonaf5ecb460111::CGObjCGNU
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 42 Module &TheModule; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 409 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl 717 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() 2478 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
|
| H A D | BitcodeReader.cpp | 568 Module *TheModule = nullptr; member in __anon933571fe0411::BitcodeReader
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 84 Module *TheModule = nullptr; member in __anone5fa09f30111::WinEHStatePass
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1400 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule() 1528 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 663 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter() 1104 Module TheModule; in compileAPINotes() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 830 if (Module *TheModule = GV->getParent()) { in ConstantFoldBinaryInstruction() local
|
| H A D | AsmWriter.cpp | 696 const Module* TheModule; member in llvm::SlotTracker 2605 const Module *TheModule = nullptr; member in __anon6938d20e0911::AssemblyWriter
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 2262 Module *TheModule = I->second; in loadGlobalModuleIndex() local
|