Home
last modified time | relevance | path

Searched refs:Module (Results 476 - 500 of 1015) sorted by relevance

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

/third_party/ltp/testcases/kdump/lib/crasher/
H A DMakefile11 rm -f Module.symvers
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/
H A Dtry_catch_toplevel_expected.js72 return new WebAssembly.Module(builder.toBuffer());
H A Dtry_catch_expected.js102 return new WebAssembly.Module(builder.toBuffer());
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.hpp31 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 DThinLTOBitcodeWriter.h35 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 DSanitizerCoverage.h19 #include "llvm/IR/Module.h"
35 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DMemorySanitizer.h43 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp30 bool runOnModule(Module &M) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DIntrinsicLowering.h22 class Module;
H A DLazyMachineBlockFrequencyInfo.h72 void print(raw_ostream &OS, const Module *M) const override;
/third_party/skia/experimental/wasm-skp-debugger/
H A Dhelper.js27 }(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 DIceConverter.cpp41 #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 DInstrProf.cpp30 #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 DSampleProfile.cpp61 #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 DHWAddressSanitizer.cpp38 #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 DMakefile16 rm -rf *.mod.c *.o .*.cmd .*.d *.mod modules.order Module.symvers .tmp_versions
/third_party/ltp/testcases/kdump/lib/lkdtm/
H A DMakefile16 rm -f Module.symvers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.h59 bool doInitialization(Module &) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.h33 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 DRandomNumberGenerator.h30 /// 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 DSCCP.h27 #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 DTrace.cpp31 Module *Trace::getModule() const { in getModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h41 void getModuleMetadata(Module &M) override;
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.h46 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 DTypeMetadataUtils.h54 Constant *getPointerAtOffset(Constant *I, uint64_t Offset, Module &M);

Completed in 17 milliseconds

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