Home
last modified time | relevance | path

Searched defs:Dump (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp42 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace")); variable
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs75 private void Dump (GettextResourceSet catalog) { in Dump() method in GNU.Gettext.DumpResource
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp28 static cl::SubCommand Dump("fdr-dump", "FDR Trace Dump"); variable
/netbsd-src/usr.bin/telnet/
H A Dutilities.c126 Dump(int direction, unsigned char *buffer, int length) in Dump() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp36 enum Kind { DumpFull, Dump, Print, None }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp43 bool Dump = false; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cc89 void Dump() { in Dump() function in __sancov::__anonad5a09220111::TracePcGuardController
H A Dsanitizer_coverage_libcdep_new.cc143 void Dump() { in Dump() function in __sancov::__anonee27a13b0111::TracePcGuardController
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cc86 void Dump() { in Dump() function in __sancov::__anonb7d18b040111::TracePcGuardController
H A Dsanitizer_coverage_libcdep_new.cc141 void Dump() { in Dump() function in __sancov::__anon8a71441d0111::TracePcGuardController
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp91 void Dump() { in Dump() function in __sancov::__anon7f06d8740111::TracePcGuardController
H A Dsanitizer_coverage_libcdep_new.cpp142 void Dump() { in Dump() function in __sancov::__anon086ce62d0111::TracePcGuardController
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp965 auto Dump = createDebugDumper(); in runOrcJIT() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp888 std::string Dump; in dumpForTests() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go488 func (m Module) Dump() { func
713 func (v Value) Dump() { C.LLVMDumpValue(v.C) } func