Home
last modified time | relevance | path

Searched refs:dumping (Results 1 – 25 of 204) sorted by relevance

123456789

/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.c64 static bool dumping = false; variable
267 dumping = true; in trace_dumping_start_locked()
272 dumping = false; in trace_dumping_stop_locked()
277 return dumping; in trace_dumping_enabled_locked()
311 if (!dumping) in trace_dump_call_begin_locked()
332 if (!dumping) in trace_dump_call_end_locked()
358 if (!dumping) in trace_dump_arg_begin()
367 if (!dumping) in trace_dump_arg_end()
376 if (!dumping) in trace_dump_ret_begin()
385 if (!dumping) in trace_dump_ret_end()
[all …]
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-raw-stream.test13 STREAM-NEXT: Stream 1: PDB Stream (dumping 118 / 118 bytes)
27 BOTH-NEXT: Stream 1: PDB Stream (dumping 118 / 118 bytes)
38 OFFSET-NEXT: Stream 1: PDB Stream (dumping 108 / 118 bytes)
48 SIZED-NEXT: Stream 1: PDB Stream (dumping 20 / 118 bytes)
55 SLICE-NEXT: Stream 1: PDB Stream (dumping 20 / 118 bytes)
62 DISCONTINUITY-NEXT: Stream 2: TPI Stream (dumping 100 / 5,392 bytes)
/external/llvm-project/llvm/test/tools/llvm-nm/
Ddynamic.test3 ## Test llvm-nm dumping ELF file with valid .dynsym section.
33 ## Test llvm-nm dumping ELF file without a .dynsym section.
48 ## Test llvm-nm dumping ELF file with an empty .dynsym section.
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Delf-dynamic-symbols.test53 ## Test dumping ELF files with no .dynsym section.
70 ## Test dumping ELF files with logically empty .dynsym section (only has a 0-index NULL symbol).
88 ## Test dumping ELF files with truly empty .dynsym section (size of .dynsym section is 0).
Dphdrs-lma.test3 ## Check we print both VMA and LMA correctly when dumping section headers.
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-v4-dwarf64-dwo.s1 ## This tests dumping a .debug_str_offsets.dwo section which is referenced by
2 ## DWARF64 pre-v5 units and dumping attributes in such units which use the
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dpacked-relocs-errors.s3 ## Test that we report meaningful warnings when dumping
Ddynamic-no-pt-dynamic.test1 ## Show that dumping occurs even if there is no PT_DYNAMIC header.
/external/strace/xlat/
Dpr_dumpable.in2 SUID_DUMP_DISABLE 0 /* No setuid dumping */
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst78 When dumping compilands, compiland source-file contributions, or per-compiland
84 When dumping global, public, or per-compiland symbols, this option instructs
90 When dumping types, this option instructs **llvm-pdbutil** to omit any types
95 When dumping compilands, compiland source-file contributions, or per-compiland
101 When dumping global, public, or per-compiland symbols, limit the initial
106 When dumping types, limit the initial search to only those types that match
130 When dumping an enum, don't show the full enum (e.g. the individual enumerator
169 When dumping class definitions, stop after recursing the specified number of times. The
/external/llvm-project/llvm/test/MC/ELF/
Dbss.ll2 ; FIXME: Add ELF dumping tool to check results.
/external/llvm/test/MC/ELF/
Dbss.ll2 ; FIXME: Add ELF dumping tool to check results.
/external/lua/src/
Dluac.c35 static int dumping=1; /* dump bytecodes? */ variable
103 dumping=0; in doargs()
111 if (i==argc && (listing || !dumping)) in doargs()
113 dumping=0; in doargs()
184 if (dumping) in pmain()
/external/llvm-project/lld/test/ELF/linkerscript/
Darm-lscript.test5 # the above script without dumping core.
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsancov_flags.inc18 "after dumping.")
/external/llvm-project/llvm/test/tools/llvm-gsymutil/
Dcmdline.test3 HELP: OVERVIEW: A tool for dumping, searching and creating GSYM files.
/external/llvm-project/llvm/test/tools/llvm-readobj/
Darchive.test3 ## Show that dumping operations apply to all members in an archive.
88 ## Here we test that we report a warning and continue dumping when an archive contains
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h185 bool dumping; member
/external/llvm-project/llvm/test/MC/ARM/
Dltorg.s31 @ check that ltorg clears the constant pool after dumping it
98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
Dltorg-darwin.s33 @ check that ltorg clears the constant pool after dumping it
106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
/external/llvm/test/MC/ARM/
Dltorg.s31 @ check that ltorg clears the constant pool after dumping it
98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
Dltorg-darwin.s33 @ check that ltorg clears the constant pool after dumping it
106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dunimplemented-features.test1 ## Test dumping dynamic symbols reports a warning if the operation is unsupported for the file form…
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loclists_multiple.s4 # Test dumping of multiple separate debug_loclist contributions
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-write.test2 ; works by first reading a known good PDB file and dumping the contents

123456789