Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp33 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 DThinLTOCodeGenerator.cpp95 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 DLTOCodeGenerator.cpp447 Module &TheModule, in preserveDiscardableGVs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp583 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 DInternalize.h75 internalizeModule(Module &TheModule, in internalizeModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp26 Module &TheModule; member in __anona9619d150111::ModuleHasher
H A DCloneFunction.cpp52 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h87 const Module *TheModule = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp47 llvm::Module &TheModule; member in __anona4eb8b5f0111::CGNVCUDARuntime
H A DBackendUtil.cpp129 llvm::Module *TheModule; member in __anone6c0d8fa0111::EmitAssemblyHelper
H A DCodeGenModule.h309 llvm::Module &TheModule; variable
H A DCGObjCGNU.cpp97 llvm::Module &TheModule; member in __anonaf5ecb460111::CGObjCGNU
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h42 Module &TheModule; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp409 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 DBitcodeReader.cpp568 Module *TheModule = nullptr; member in __anon933571fe0411::BitcodeReader
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anone5fa09f30111::WinEHStatePass
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1400 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 DAPINotesYAMLCompiler.cpp663 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 DConstantFold.cpp830 if (Module *TheModule = GV->getParent()) { in ConstantFoldBinaryInstruction() local
H A DAsmWriter.cpp696 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 DCompilerInstance.cpp2262 Module *TheModule = I->second; in loadGlobalModuleIndex() local