/third_party/node/test/es-module/ |
H A D | test-esm-type-field-errors.js | 32 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 D | BitcodeWriterPass.cpp | 16 #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 D | ErlangGCPrinter.cpp | 23 #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 D | ast.js | 15 class Module { 138 Module,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
H A D | ast.js | 15 class Module { 138 Module,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | GlobalMappingLayer.h | 24 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 D | LowerTypeTests.h | 27 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 D | CostModel.cpp | 64 void print(raw_ostream &OS, const Module*) const override; 97 void CostModelAnalysis::print(raw_ostream &OS, const Module*) const { in print()
|
H A D | ProfileSummaryInfo.cpp | 19 #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 D | RISCVTargetObjectFile.cpp | 87 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 D | SCCP.cpp | 11 PreservedAnalyses IPSCCPPass::run(Module &M, ModuleAnalysisManager &AM) { in run() 49 bool runOnModule(Module &M) override {
|
H A D | FunctionImport.cpp | 31 #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 D | ARCRuntimeEntryPoints.h | 29 #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 D | ObjCARCAliasAnalysis.h | 91 bool doInitialization(Module &M) override; 92 bool doFinalization(Module &M) override;
|
H A D | Trace.h | 27 class Module; 52 /// getModule - Return this Module that contains this trace's parent 54 Module *getModule () const;
|
H A D | TypeBasedAliasAnalysis.h | 83 bool doInitialization(Module &M) override; 84 bool doFinalization(Module &M) override;
|
/third_party/spirv-tools/tools/sva/src/ |
H A D | ast.js | 15 class Module { 138 Module,
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | amber_verify.py | 35 class Module: class 41 VULKAN_MODULE = Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk")
|
/third_party/node/lib/internal/process/ |
H A D | pre_execution.js | 595 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 D | WasmEHPrepare.cpp | 129 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 D | LLJIT.cpp | 67 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 D | BasicBlock.h | 38 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 D | SplitModule.cpp | 31 #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 D | BuildLibCalls.cpp | 23 #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 D | PGOInstrumentation.cpp | 91 #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...] |