Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp33 findInModule(Module & TheModule) findInModule() argument
58 initializeLibCalls(const Module & TheModule) initializeLibCalls() argument
122 updateCompilerUsed(Module & TheModule,const TargetMachine & TM,const StringSet<> & AsmUndefinedRefs) updateCompilerUsed() argument
[all...]
H A DThinLTOCodeGenerator.cpp95 saveTempBitcode(const Module & TheModule,StringRef TempDir,unsigned count,StringRef Suffix) saveTempBitcode() argument
162 promoteModule(Module & TheModule,const ModuleSummaryIndex & Index,bool ClearDSOLocalOnDeclarations) promoteModule() argument
180 verifyLoadedModule(Module & TheModule) verifyLoadedModule() argument
215 crossImportIntoModule(Module & TheModule,const ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,const FunctionImporter::ImportMapTy & ImportList,bool ClearDSOLocalOnDeclarations) crossImportIntoModule() argument
239 optimizeModule(Module & TheModule,TargetMachine & TM,unsigned OptLevel,bool Freestanding,bool DebugPassManager,ModuleSummaryIndex * Index) optimizeModule() argument
328 codegenModule(Module & TheModule,TargetMachine & TM) codegenModule() argument
432 ProcessThinLTOModule(Module & TheModule,ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,TargetMachine & TM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const GVSummaryMapTy & DefinedGlobals,const ThinLTOCodeGenerator::CachingOptions & CacheOptions,bool DisableCodeGen,StringRef SaveTempsDir,bool Freestanding,unsigned OptLevel,unsigned count,bool DebugPassManager) ProcessThinLTOModule() argument
684 promote(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) promote() argument
736 crossModuleImport(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) crossModuleImport() argument
776 gatherImportedSummariesForModule(Module & TheModule,ModuleSummaryIndex & Index,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex,const lto::InputFile & File) gatherImportedSummariesForModule() argument
814 emitImports(Module & TheModule,StringRef OutputName,ModuleSummaryIndex & Index,const lto::InputFile & File) emitImports() argument
860 internalize(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) internalize() argument
923 optimize(Module & TheModule) optimize() argument
1000 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, run() local
1185 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, run() local
[all...]
H A DLTOCodeGenerator.cpp447 preserveDiscardableGVs(Module & TheModule,llvm::function_ref<bool (const GlobalValue &)> mustPreserveGV) preserveDiscardableGVs() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp583 writeModuleToFile(Module & TheModule,StringRef Filename) writeModuleToFile() argument
681 auto TheModule = loadModuleFromInput(*Input, Ctx); distributedIndexes() local
718 auto TheModule = loadModuleFromInput(*Input, Ctx); emitImports() local
745 auto TheModule = loadModuleFromInput(*Input, Ctx); promote() local
778 auto TheModule = loadModuleFromInput(*Input, Ctx); import() local
811 auto TheModule = loadModuleFromInput(*Input, Ctx); internalize() local
836 auto TheModule = loadModuleFromInput(*Input, Ctx); optimize() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h75 internalizeModule(Module & TheModule,std::function<bool (const GlobalValue &)> MustPreserveGV) internalizeModule() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp26 Module &TheModule; member in __anond331cc310111::ModuleHasher
H A DCloneFunction.cpp52 Module *TheModule = F ? F->getParent() : nullptr; CloneBasicBlock() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h87 const Module *TheModule = nullptr; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp47 llvm::Module &TheModule; member in __anon3a87e5fb0111::CGNVCUDARuntime
[all...]
H A DBackendUtil.cpp129 llvm::Module *TheModule; global() member in __anon188c7e160111::EmitAssemblyHelper
[all...]
H A DCodeGenModule.h309 llvm::Module &TheModule; variable
H A DCGObjCGNU.cpp97 llvm::Module &TheModule; member in __anonf88679620111::CGObjCGNU
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h42 Module &TheModule; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp409 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
717 MetadataLoaderImpl(BitstreamCursor & Stream,Module & TheModule,BitcodeReaderValueList & ValueList,MetadataLoaderCallbacks Callbacks,bool IsImporting) MetadataLoaderImpl() argument
2478 MetadataLoader(BitstreamCursor & Stream,Module & TheModule,BitcodeReaderValueList & ValueList,bool IsImporting,MetadataLoaderCallbacks Callbacks) MetadataLoader() argument
[all...]
H A DBitcodeReader.cpp568 Module *TheModule = nullptr; global() member in __anon5272731a0411::BitcodeReader
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anonb10add0f0111::WinEHStatePass
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1400 thinLTOFinalizeInModule(Module & TheModule,const GVSummaryMapTy & DefinedGlobals,bool PropagateAttrs) thinLTOFinalizeInModule() argument
1528 thinLTOInternalizeModule(Module & TheModule,const GVSummaryMapTy & DefinedGlobals) thinLTOInternalizeModule() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp663 YAMLConverter(const Module & TheModule,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) YAMLConverter() argument
1104 Module TheModule; compileAPINotes() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp830 if (Module *TheModule = GV->getParent()) { ConstantFoldBinaryInstruction() local
H A DAsmWriter.cpp696 const Module* TheModule; global() member in llvm::SlotTracker
2605 const Module *TheModule = nullptr; global() member in __anoncb2f1b2a0911::AssemblyWriter
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2262 Module *TheModule = I->second; loadGlobalModuleIndex() local