/third_party/ltp/testcases/kdump/lib/crasher/ |
H A D | Makefile | 11 rm -f Module.symvers
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/ |
H A D | try_catch_toplevel_expected.js | 72 return new WebAssembly.Module(builder.toBuffer());
|
H A D | try_catch_expected.js | 102 return new WebAssembly.Module(builder.toBuffer());
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMAsm.hpp | 31 bool emitAsmFile(const std::string &filename, llvm::orc::JITTargetMachineBuilder builder, llvm::Module &module);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.h | 35 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.h | 19 #include "llvm/IR/Module.h" 35 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
|
H A D | MemorySanitizer.h | 43 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | StripNonLineTableDebugInfo.cpp | 30 bool runOnModule(Module &M) override {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | IntrinsicLowering.h | 22 class Module;
|
H A D | LazyMachineBlockFrequencyInfo.h | 72 void print(raw_ostream &OS, const Module *M) const override;
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | helper.js | 27 }(Module)); // When this file is loaded in, the high level object is "Module";
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.cpp | 41 #include "llvm/IR/Module.h" 672 void convertGlobalsToIce(Module *Mod); 708 void LLVM2ICEGlobalsConverter::convertGlobalsToIce(Module *Mod) { in convertGlobalsToIce() 709 for (Module::const_global_iterator I = Mod->global_begin(), in convertGlobalsToIce() 811 void Converter::nameUnnamedGlobalVariables(Module *Mod) { in nameUnnamedGlobalVariables() 826 void Converter::nameUnnamedFunctions(Module *Mod) { in nameUnnamedFunctions() 861 void Converter::installGlobalDeclarations(Module *Mod) { in installGlobalDeclarations() 890 for (Module::const_global_iterator I = Mod->global_begin(), in installGlobalDeclarations() 913 void Converter::convertGlobals(Module *Mod) { in convertGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 30 #include "llvm/IR/Module.h" 305 GlobalVariable *createPGOFuncNameVar(Module &M, in createPGOFuncNameVar() 336 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create() 931 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() 947 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() 1044 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() 1070 bool isIRPGOFlagSet(const Module *M) { in isIRPGOFlagSet() 1133 void createIRLevelProfileFlagVar(Module &M, bool IsCS) { in createIRLevelProfileFlagVar() 1151 void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput) { in createProfileFileNameVar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 61 #include "llvm/IR/Module.h" 234 GUIDToFuncNameMapper(Module &M, SampleProfileReader &Reader, in GUIDToFuncNameMapper() 296 Module &CurrentModule; 316 bool doInitialization(Module &M); 317 bool runOnModule(Module &M, ModuleAnalysisManager *AM, 354 std::vector<Function *> buildFunctionOrder(Module &M, CallGraph *CG); 491 bool doInitialization(Module &M) override { 496 bool runOnModule(Module &M) override; 1778 SampleProfileLoader::buildFunctionOrder(Module &M, CallGraph *CG) { in buildFunctionOrder() 1804 bool SampleProfileLoader::doInitialization(Module [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 38 #include "llvm/IR/Module.h" 190 explicit HWAddressSanitizer(Module &M, bool CompileKernel = false, in HWAddressSanitizer() 202 void initializeCallbacks(Module &M); 245 Module &M; 307 bool doInitialization(Module &M) override { 316 bool doFinalization(Module &M) override { 349 PreservedAnalyses HWAddressSanitizerPass::run(Module &M, in run() 360 /// Module-level initialization. 434 void HWAddressSanitizer::initializeCallbacks(Module &M) { in initializeCallbacks() 615 Module * in instrumentMemAccessInline() [all...] |
/third_party/libabigail/tests/data/test-symtab/kernel-modversions/ |
H A D | Makefile | 16 rm -rf *.mod.c *.o .*.cmd .*.d *.mod modules.order Module.symvers .tmp_versions
|
/third_party/ltp/testcases/kdump/lib/lkdtm/ |
H A D | Makefile | 16 rm -f Module.symvers
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.h | 59 bool doInitialization(Module &) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeCompilandSymbol.h | 33 DbiModuleDescriptor Module; member in llvm::pdb::NativeCompilandSymbol
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | RandomNumberGenerator.h | 30 /// Module::createRNG to create a new RNG instance for use with that 53 /// Module::createRNG to create a new RNG salted with the Module ID. 62 friend class Module;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | SCCP.h | 27 #include "llvm/IR/Module.h" 48 bool runIPSCCP(Module &M, const DataLayout &DL,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Trace.cpp | 31 Module *Trace::getModule() const { in getModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.h | 41 void getModuleMetadata(Module &M) override;
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.h | 46 static bool Build(const ast::Module& module,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TypeMetadataUtils.h | 54 Constant *getPointerAtOffset(Constant *I, uint64_t Offset, Module &M);
|