/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1019 const DIImportedEntity *Module) { in constructImportedEntityDIE() 1020 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag()); in constructImportedEntityDIE() 1021 insertDIE(Module, IMDie); in constructImportedEntityDIE() 1023 auto *Entity = Module->getEntity(); in constructImportedEntityDIE() 1037 addSourceLine(*IMDie, Module->getLine(), Module->getFile()); in constructImportedEntityDIE() 1039 StringRef Name = Module->getName(); in constructImportedEntityDIE() 1018 constructImportedEntityDIE( const DIImportedEntity *Module) constructImportedEntityDIE() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 37 #include "llvm/IR/Module.h" 65 static void GetObjCImageInfo(Module &M, unsigned &Version, unsigned &Flags, in GetObjCImageInfo() 67 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in GetObjCImageInfo() 72 if (MFE.Behavior == Module::Require) in GetObjCImageInfo() 267 Module &M) const { in emitModuleMetadata() 313 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in emitModuleMetadata() 885 Module &M) const { in emitModuleMetadata() 1445 Module &M) const { in emitModuleMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 34 #include "llvm/IR/Module.h" 747 Module &M = *CI->getModule(); 1266 Module *M = CI->getModule(); 1342 Module *M = CI->getModule(); 1477 Module *Mod = Pow->getModule(); 1615 Module *M, IRBuilder<> &B, 1639 Module *Mod = Pow->getModule(); 1678 static Value *createPowWithIntegerExponent(Value *Base, Value *Expo, Module *M, 1691 Module *M = Pow->getModule(); 1866 Module *Mo [all...] |
H A D | EntryExitInstrumenter.cpp | 14 #include "llvm/IR/Module.h" 23 Module &M = *InsertionPt->getParent()->getParent()->getParent(); in insertCall()
|
H A D | ImportedFunctionsInliningStatistics.cpp | 15 #include "llvm/IR/Module.h" 61 void ImportedFunctionsInliningStatistics::setModuleInfo(const Module &M) { in setModuleInfo()
|
/third_party/node/lib/internal/main/ |
H A D | worker_thread.js | 184 CJSLoader.Module.runMain(filename);
|
/third_party/node/lib/internal/process/ |
H A D | execution.js | 57 const CJSModule = require('internal/modules/cjs/loader').Module;
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | trap.cc | 51 auto module = wasm::Module::make(store, binary); in run()
|
H A D | multi.cc | 49 auto module = wasm::Module::make(store, binary); in run()
|
H A D | callback.cc | 81 auto module = wasm::Module::make(store, binary); in run()
|
H A D | reflect.cc | 96 auto module = wasm::Module::make(store, binary); in run()
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
H A D | interface.any.js | 74 "Module", 122 test_operations(WebAssembly.Module, "WebAssembly.Module", [
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Minidump.cpp | 94 template Expected<ArrayRef<Module>>
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | debug_info_manager.h | 198 void AnalyzeDebugInsts(Module& module);
|
H A D | licm_pass.cpp | 30 Module* module = get_module(); in ProcessIRContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | debug_info_manager.h | 198 void AnalyzeDebugInsts(Module& module);
|
H A D | licm_pass.cpp | 30 Module* module = get_module(); in ProcessIRContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | RegionInfo.cpp | 152 void RegionInfoPass::print(raw_ostream &OS, const Module *) const { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 28 class Module;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 183 void WebAssemblyExceptionInfo::print(raw_ostream &OS, const Module *) const { in print()
|
H A D | WebAssemblyExceptionInfo.h | 164 void print(raw_ostream &OS, const Module *M = nullptr) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 173 void print(raw_ostream &OS, const Module * = nullptr) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineRegionInfo.h | 104 void print(raw_ostream &OS, const Module *) const override;
|
/third_party/skia/modules/pathkit/ |
H A D | chaining.js | 186 }(Module)); // When this file is loaded in, the high level object is "Module";
|
/third_party/spirv-tools/source/opt/ |
H A D | debug_info_manager.h | 197 void AnalyzeDebugInsts(Module& module);
|