Searched refs:verify_module (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
H A D | TestMiniDumpUUID.py | 15 def verify_module(self, module, verify_path, verify_uuid): member in MiniDumpUUIDTestCase 46 self.verify_module(modules[0], "/file/does/not/exist/a", None) 47 self.verify_module(modules[1], "/file/does/not/exist/b", None) 58 self.verify_module(modules[0], "/tmp/a", "01020304-0506-0708-090A-0B0C0D0E0F10") 59 self.verify_module(modules[1], "/tmp/b", "0A141E28-323C-4650-5A64-6E78828C96A0") 73 self.verify_module(modules[0], "/tmp/a", "04030201-0605-0807-090A-0B0C0D0E0F10") 74 self.verify_module(modules[1], "/tmp/b", "281E140A-3C32-5046-5A64-6E78828C96A0") 84 self.verify_module( 87 self.verify_module( 98 self.verify_module(modules[0], "/tmp/a", "01020304-0506-0708-090A-0B0C0D0E0F10") [all …]
|
/llvm-project/llvm/bindings/ocaml/analysis/ |
H A D | llvm_analysis.mli | 14 (** [verify_module m] returns [None] if the module [m] is valid, and 17 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module" 23 (** [verify_module m] returns if the module [m] is valid, but prints a
|
H A D | llvm_analysis.ml | 10 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
|
/llvm-project/llvm/test/Bindings/OCaml/ |
H A D | analysis.ml | 32 begin match verify_module m with 44 begin match verify_module m with
|
H A D | debuginfo.ml | 453 ( match Llvm_analysis.verify_module m with
|
H A D | core.ml | 1459 insist (match Llvm_analysis.verify_module m with
|