HomeSort by: relevance | last modified time | path
    Searched defs:Dump (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgunfmt.cs 75 private void Dump (GettextResourceSet catalog) {
180 Dump(catalog);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_fuchsia.cc 89 void Dump() {
103 // dump. See the explanation for this in:
219 __sancov::pc_guard_controller.Dump();
sanitizer_coverage_libcdep_new.cc 143 void Dump() {
187 __sancov::pc_guard_controller.Dump();
  /src/usr.bin/telnet/
utilities.c 127 Dump(int direction, unsigned char *buffer, int length)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTConsumers.cpp 36 enum Kind { DumpFull, Dump, Print, None };
95 D->dump(Out, OutputKind == DumpFull, OutputFormat);
104 // FIXME: Support combining -ast-dump-decl-types with -ast-dump-lookups.
106 VD->getType().dump(Out, VD->getASTContext());
108 TD->getTypeForDecl()->dump(Out, TD->getASTContext());
129 /// Whether to dump the type for each declaration dumped.
167 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump");
171 : DumpDecls ? ASTPrinter::Dump : ASTPrinter::None,
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1gen_reproducer_main.cpp 43 bool Dump = false;
105 if (Info.Dump)
175 InvocationInfo.Dump = true;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp 92 void Dump() {
106 // dump. See the explanation for this in:
232 __sancov::pc_guard_controller.Dump();
sanitizer_coverage_libcdep_new.cpp 143 void Dump() {
157 // Use TOOL_OPTIONS (UBSAN_OPTIONS, etc) to dump the coverage data:
158 // * cov_8bit_counters_out=PATH to dump the 8bit counters.
159 // * cov_pcs_out=PATH to dump the pc table.
237 __sancov::pc_guard_controller.Dump();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp 91 void Dump() {
105 // dump. See the explanation for this in:
231 __sancov::pc_guard_controller.Dump();
sanitizer_coverage_libcdep_new.cpp 142 void Dump() {
156 // Use TOOL_OPTIONS (UBSAN_OPTIONS, etc) to dump the coverage data:
157 // * cov_8bit_counters_out=PATH to dump the 8bit counters.
158 // * cov_pcs_out=PATH to dump the pc table.
235 __sancov::pc_guard_controller.Dump();
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 487 // See Module::dump.
488 func (m Module) Dump() {
713 func (v Value) Dump() { C.LLVMDumpValue(v.C) }

Completed in 54 milliseconds