/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.c | 64 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/ |
D | pdbdump-raw-stream.test | 13 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/ |
D | dynamic.test | 3 ## 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/ |
D | elf-dynamic-symbols.test | 53 ## 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).
|
D | phdrs-lma.test | 3 ## Check we print both VMA and LMA correctly when dumping section headers.
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-v4-dwarf64-dwo.s | 1 ## 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/ |
D | packed-relocs-errors.s | 3 ## Test that we report meaningful warnings when dumping
|
D | dynamic-no-pt-dynamic.test | 1 ## Show that dumping occurs even if there is no PT_DYNAMIC header.
|
/external/strace/xlat/ |
D | pr_dumpable.in | 2 SUID_DUMP_DISABLE 0 /* No setuid dumping */
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 78 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/ |
D | bss.ll | 2 ; FIXME: Add ELF dumping tool to check results.
|
/external/llvm/test/MC/ELF/ |
D | bss.ll | 2 ; FIXME: Add ELF dumping tool to check results.
|
/external/lua/src/ |
D | luac.c | 35 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/ |
D | arm-lscript.test | 5 # the above script without dumping core.
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sancov_flags.inc | 18 "after dumping.")
|
/external/llvm-project/llvm/test/tools/llvm-gsymutil/ |
D | cmdline.test | 3 HELP: OVERVIEW: A tool for dumping, searching and creating GSYM files.
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ |
D | archive.test | 3 ## 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/ |
D | prof_structs.h | 185 bool dumping; member
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | ltorg.s | 31 @ 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
|
D | ltorg-darwin.s | 33 @ 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/ |
D | ltorg.s | 31 @ 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
|
D | ltorg-darwin.s | 33 @ 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/ |
D | unimplemented-features.test | 1 ## 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/ |
D | debug_loclists_multiple.s | 4 # Test dumping of multiple separate debug_loclist contributions
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-write.test | 2 ; works by first reading a known good PDB file and dumping the contents
|