Searched defs:TheModule (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h70 internalizeModule(Module &TheModule, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp33 void findInModule(Module &TheModule) { argument
58 void initializeLibCalls(const Module &TheModule) { argument
122 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, argument
[all...]
H A DLTOCodeGenerator.cpp385 preserveDiscardableGVs( Module &TheModule, llvm::function_ref<bool(const GlobalValue &)> mustPreserveGV) argument
H A DThinLTOCodeGenerator.cpp88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, argument
154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { argument
171 static void verifyLoadedModule(Module &TheModule) { argument
206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, argument
229 optimizeModule(Module &TheModule, TargetMachine &TM, unsigned OptLevel, bool Freestanding, ModuleSummaryIndex *Index) argument
282 codegenModule(Module &TheModule, TargetMachine &TM) argument
400 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) argument
633 promote(Module &TheModule, ModuleSummaryIndex &Index, const lto::InputFile &File) argument
681 crossModuleImport(Module &TheModule, ModuleSummaryIndex &Index, const lto::InputFile &File) argument
713 gatherImportedSummariesForModule( Module &TheModule, ModuleSummaryIndex &Index, std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex, const lto::InputFile &File) argument
747 emitImports(Module &TheModule, StringRef OutputName, ModuleSummaryIndex &Index, const lto::InputFile &File) argument
788 internalize(Module &TheModule, ModuleSummaryIndex &Index, const lto::InputFile &File) argument
847 optimize(Module &TheModule) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp27 Module &TheModule; member in class:__anon5757::ModuleHasher
H A DCloneFunction.cpp50 Module *TheModule = F ? F->getParent() : nullptr; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h46 std::unique_ptr<llvm::Module> TheModule; member in class:clang::CodeGenAction
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h105 Module *TheModule = nullptr; member in class:llvm::objcarc::ARCRuntimeEntryPoints
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h63 llvm::Module &TheModule; member in class:clang::CodeGen::CodeGenTypes
H A DBackendUtil.cpp93 Module *TheModule; member in class:__anon2814::EmitAssemblyHelper
[all...]
H A DCGCUDANV.cpp43 llvm::Module &TheModule; member in class:__anon2824::CGNVCUDARuntime
H A DCodeGenModule.h304 llvm::Module &TheModule; member in class:clang::CodeGen::CodeGenModule
H A DCGObjCGNU.cpp109 llvm::Module &TheModule; member in class:__anon2883::CGObjCGNU
1175 llvm::DataLayout td(&TheModule); variable
1810 llvm::DataLayout td(&TheModule); variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h88 const Module *TheModule; member in class:llvm::MachineModuleInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h56 Module &TheModule; member in struct:llvm::coro::LowererBase
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp511 static void writeModuleToFile(Module &TheModule, StringRef Filename) { argument
608 auto TheModule = loadModuleFromInput(*Input, Ctx); local
645 auto TheModule = loadModuleFromInput(*Input, Ctx); local
672 auto TheModule = loadModuleFromInput(*Input, Ctx); local
705 auto TheModule = loadModuleFromInput(*Input, Ctx); local
738 auto TheModule = loadModuleFromInput(*Input, Ctx); local
763 auto TheModule = loadModuleFromInput(*Input, Ctx); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in class:__anon5487::WinEHStatePass
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1048 void llvm::thinLTOInternalizeModule(Module &TheModule, argument
983 thinLTOResolvePrevailingInModule( Module &TheModule, const GVSummaryMapTy &DefinedGlobals) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2135 Module *TheModule = I->second; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp426 Module &TheModule; member in class:__anon4495::MetadataLoader::MetadataLoaderImpl
635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, argument
2132 MetadataLoader(BitstreamCursor &Stream, Module &TheModule, BitcodeReaderValueList &ValueList, bool IsImporting, std::function<Type *(unsigned)> getTypeByID) argument
[all...]
H A DBitcodeReader.cpp485 Module *TheModule = nullptr; member in class:__anon4493::BitcodeReader
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp680 const Module* TheModule; member in class:llvm::SlotTracker
2358 const Module *TheModule = nullptr; member in class:__anon4747::AssemblyWriter
[all...]

Completed in 525 milliseconds