Home
last modified time | relevance | path

Searched refs:Module (Results 326 - 350 of 1012) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/node/test/es-module/
H A Dtest-esm-type-field-errors.js32 assert(e.toString().match(/require\(\) of ES Module/g));
33 assert(e.message.match(/require\(\) of ES Module/g));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp16 #include "llvm/IR/Module.h"
22 PreservedAnalyses BitcodeWriterPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
53 bool runOnModule(Module &M) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp23 #include "llvm/IR/Module.h"
36 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
44 void ErlangGCPrinter::finishAssembly(Module &M, GCModuleInfo &Info, in finishAssembly()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dast.js15 class Module {
138 Module,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js15 class Module {
138 Module,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h24 class Module;
49 addModule(std::shared_ptr<Module> M, in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h27 class Module;
207 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCostModel.cpp64 void print(raw_ostream &OS, const Module*) const override;
97 void CostModelAnalysis::print(raw_ostream &OS, const Module*) const { in print()
H A DProfileSummaryInfo.cpp19 #include "llvm/IR/Module.h"
362 bool ProfileSummaryInfoWrapperPass::doInitialization(Module &M) { in doInitialization()
367 bool ProfileSummaryInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
373 ProfileSummaryInfo ProfileSummaryAnalysis::run(Module &M, in run()
378 PreservedAnalyses ProfileSummaryPrinterPass::run(Module &M, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp87 void RISCVELFTargetObjectFile::getModuleMetadata(Module &M) { in getModuleMetadata()
88 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in getModuleMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSCCP.cpp11 PreservedAnalyses IPSCCPPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
49 bool runOnModule(Module &M) override {
H A DFunctionImport.cpp31 #include "llvm/IR/Module.h"
149 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile()
155 std::unique_ptr<Module> Result = in loadFile()
674 LLVM_DEBUG(dbgs() << "Computing import for Module '" in ComputeCrossModuleImport()
705 LLVM_DEBUG(dbgs() << "* Module " << ModName << " exports " in ComputeCrossModuleImport()
725 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
748 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
942 // Module (needed for writing out the index files). We don't want to in EmitImportsFiles()
984 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolvePrevailingInModule()
1048 void llvm::thinLTOInternalizeModule(Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h29 #include "llvm/IR/Module.h"
54 /// lazily to avoid cluttering up the Module with unused declarations.
59 void init(Module *M) { in init()
105 Module *TheModule = nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DObjCARCAliasAnalysis.h91 bool doInitialization(Module &M) override;
92 bool doFinalization(Module &M) override;
H A DTrace.h27 class Module;
52 /// getModule - Return this Module that contains this trace's parent
54 Module *getModule () const;
H A DTypeBasedAliasAnalysis.h83 bool doInitialization(Module &M) override;
84 bool doFinalization(Module &M) override;
/third_party/spirv-tools/tools/sva/src/
H A Dast.js15 class Module {
138 Module,
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py35 class Module: class
41 VULKAN_MODULE = Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk")
/third_party/node/lib/internal/process/
H A Dpre_execution.js595 Module, SourceTextModule, SyntheticModule,
598 vm.Module = Module;
624 Module: {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp129 bool doInitialization(Module &M) override;
144 bool WasmEHPrepare::doInitialization(Module &M) { in doInitialization()
175 Module &M = *F.getParent(); in prepareThrows()
204 Module &M = *F.getParent(); in prepareEHPads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp67 TSM.withModuleDo([&](Module &M) { return applyDataLayout(M); })) in addIRModule()
178 Error LLJIT::applyDataLayout(Module &M) { in applyDataLayout()
190 void LLJIT::recordCtorDtors(Module &M) { in recordCtorDtors()
205 if (auto Err = TSM.withModuleDo([&](Module &M) -> Error { in addLazyIRModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h38 class Module;
113 const Module *getModule() const;
114 Module *getModule() { in getModule()
115 return const_cast<Module *>( in getModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp31 #include "llvm/IR/Module.h"
98 static void findPartitions(Module *M, ClusterIDMapType &ClusterIDMap, in findPartitions()
250 std::unique_ptr<Module> M, unsigned N, in SplitModule()
251 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback, in SplitModule()
273 std::unique_ptr<Module> MPart( in SplitModule()
H A DBuildLibCalls.cpp23 #include "llvm/IR/Module.h"
139 bool llvm::inferLibFuncAttributes(Module *M, StringRef Name, in inferLibFuncAttributes()
835 Module *M = B.GetInsertBlock()->getModule(); in emitLibCall()
911 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
1047 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1089 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
1134 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1157 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1174 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
1195 Module * in emitFPutCUnlocked()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp91 #include "llvm/IR/Module.h"
375 bool runOnModule(Module &M) override;
402 bool runOnModule(Module &M) override;
423 bool runOnModule(Module &M) override {
684 Module *M = F.getParent(); in renameComdatFunction()
805 Function &F, Module *M, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFI, in instrumentOneFunc()
956 PGOUseFunc(Function &Func, Module *Modu, in PGOUseFunc()
1013 Module *M;
1349 Module *M = F.getParent(); in instrumentOneSelectInst()
1447 Module in collectComdatMembers()
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...41