HomeSort by relevance Sort by last modified time
    Searched refs:VerifyModule (Results 1 - 3 of 3) sorted by null

  /external/v8/src/wasm/
wasm-js.cc 59 void VerifyModule(const v8::FunctionCallbackInfo<v8::Value>& args) {
62 ErrorThrower thrower(isolate, "WASM.verifyModule()");
326 InstallFunc(isolate, wasm_object, "verifyModule", VerifyModule);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 401 if (CodeGenOpts.VerifyModule)
616 /*DisableVerify=*/!CodeGenOpts.VerifyModule)) {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 550 Opts.VerifyModule = !Args.hasArg(OPT_disable_llvm_verifier);
    [all...]

Completed in 735 milliseconds