Home
last modified time | relevance | path

Searched refs:verify_module (Results 1 – 9 of 9) sorted by relevance

/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli15 (** [verify_module m] returns [None] if the module [m] is valid, and
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
25 (** [verify_module m] returns if the module [m] is valid, but prints a
Dllvm_analysis.ml11 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
Dllvm_analysis.mli15 (** [verify_module m] returns [None] if the module [m] is valid, and
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
25 (** [verify_module m] returns if the module [m] is valid, but prints a
Dllvm_analysis.ml11 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Danalysis.ml29 begin match verify_module m with
41 begin match verify_module m with
Dvmcore.ml1312 insist (match Llvm_analysis.verify_module m with
/external/llvm/test/Bindings/OCaml/
Danalysis.ml32 begin match verify_module m with
44 begin match verify_module m with
Dcore.ml1466 insist (match Llvm_analysis.verify_module m with
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py712 def verify_module(self, module): member in SourceLoaderTestHarness
733 self.verify_module(module)
783 self.verify_module(module)
796 self.verify_module(module)