| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-fdr-dump.cpp | 1 //===- xray-fdr-dump.cpp: XRay FDR Trace Dump Tool ------------------------===// 28 static cl::SubCommand Dump("fdr-dump", "FDR Trace Dump"); 31 cl::Required, cl::sub(Dump)); 34 cl::init(false), cl::sub(Dump)); 36 static CommandRegistration Unused(&Dump, []() -> Error {
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/ |
| llvm-bcanalyzer.cpp | 15 // --dump - Dump low-level bitcode structure in readable format 25 // the bitcode file (-dump option). 42 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace")); 52 cl::desc("Emit numeric info in dump even if" 106 Dump ? Optional<BCDumpOptions>(O) : Optional<BCDumpOptions>(None), 109 if (Dump)
|
| /src/usr.bin/telnet/ |
| network.c | 164 Dump('>', netoring.consume, (int)n);
|
| terminal.c | 104 Dump('>', ttyoring.consume, n);
|
| sys_bsd.c | 612 Dump('<', netiring.supply, c); 644 Dump('<', ttyiring.supply, c);
|
| externs.h | 323 void Dump(int, unsigned char *, int);
|
| utilities.c | 127 Dump(int direction, unsigned char *buffer, int length)
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Request.pm | 63 $res = $marshall->Dump . "\n";
|
| C4che.pm | 159 $res = $marshall->Dump . "\n";
|
| /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/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/clang/tools/driver/ |
| cc1gen_reproducer_main.cpp | 43 bool Dump = false; 105 if (Info.Dump) 175 InvocationInfo.Dump = true;
|
| /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/gpl2/gettext/dist/gettext-tools/src/ |
| msgunfmt.cs | 75 private void Dump (GettextResourceSet catalog) { 180 Dump(catalog);
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Module.cpp | 433 void Module::print(raw_ostream &OS, unsigned Indent, bool Dump) const { 539 (*MI)->print(OS, Indent + 2, Dump); 563 if (Dump) { 629 LLVM_DUMP_METHOD void Module::dump() const { function in class:Module
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Util.pm | 240 Dump the data from REF into a string that can be evaluated into the same
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Util.pm | 221 Dump the data from REF into a string that can be evaluated into the same
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
| llvm-dwarfdump.cpp | 125 cl::OptionCategory SectionCategory("Section-specific Dump Options", 128 "optional =<offset> argument to dump only " 131 static opt<bool> DumpAll("all", desc("Dump all debug info sections"), 141 static opt<OPTION> Dump##ENUM_NAME(CMDLINE_NAME, \ 142 desc("Dump the " ELF_NAME " section"), \ 152 desc("Dump debug information for the specified CPU " 338 Die.dump(OS, 0, DumpOpts); 344 Die.dump(OS, 0, DumpOpts); 419 Die.dump(OS, 0, DumpOpts); 422 /// Handle the --lookup option and dump the DIEs and line info for the give [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Module.h | 646 void print(raw_ostream &OS, unsigned Indent = 0, bool Dump = false) const; 648 /// Dump the contents of this module to the given output stream. 649 void dump() const;
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| Tokens.cpp | 888 std::string Dump; 889 llvm::raw_string_ostream OS(Dump);
|
| /src/external/apache2/llvm/dist/llvm/tools/lli/ |
| lli.cpp | 256 cl::values(clEnumValN(DumpKind::NoDump, "no-dump", 257 "Don't dump anything."), 259 "Dump function names to stdout."), 261 "Dump modules to stdout."), 263 "Dump modules to the current " 274 "Dump __jit_debug_descriptor contents to stdout"), 277 "Dump __jit_debug_descriptor in-memory debug " 965 auto Dump = createDebugDumper(); 975 Dump(M);
|