Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
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 DThinLTOCodeGenerator.cpp90 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
157 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
174 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
209 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
233 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
324 static std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
426 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
666 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
718 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
758 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
[all …]
H A DLTOCodeGenerator.cpp423 Module &TheModule, in preserveDiscardableGVs()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp646 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
744 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local
782 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local
809 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local
842 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local
875 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local
900 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h51 Module &TheModule; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h78 internalizeModule(Module &TheModule, in internalizeModule()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp26 Module &TheModule; member in __anon100f665f0111::ModuleHasher
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp52 llvm::Module &TheModule; member in __anon2162a9e90111::CGNVCUDARuntime
H A DBackendUtil.cpp146 llvm::Module *TheModule; member in __anon3496e3440111::EmitAssemblyHelper
H A DCodeGenModule.h354 llvm::Module &TheModule; variable
H A DCGObjCGNU.cpp96 llvm::Module &TheModule; member in __anonbab9bb100111::CGObjCGNU
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h96 const Module *TheModule = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp222 void saveModuleForTwoRounds(const Module &TheModule, unsigned Task, in saveModuleForTwoRounds()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp406 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
721 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
2613 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
H A DBitcodeReader.cpp574 Module *TheModule = nullptr; member in __anondf6e26480411::BitcodeReader
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp87 Module *TheModule = nullptr; member in __anone900293d0111::WinEHStatePass
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1664 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule()
1792 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp756 if (Module *TheModule = GV->getParent()) { in ConstantFoldBinaryInstruction() local
H A DAsmWriter.cpp761 const Module* TheModule; member in llvm::SlotTracker
2855 const Module *TheModule = nullptr; member in __anon33b632580a11::AssemblyWriter
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp722 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter()
1221 Module TheModule; in compileAPINotes() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2322 Module *TheModule = I->second; in loadGlobalModuleIndex() local