Searched refs:dump (Results 226 - 250 of 899) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp77 LLVM_DUMP_METHOD void SourceLocation::dump(const SourceManager &SM) const { function in class:SourceLocation
82 LLVM_DUMP_METHOD void SourceRange::dump(const SourceManager &SM) const { function in class:SourceRange
237 LLVM_DUMP_METHOD void FullSourceLoc::dump() const { function in class:FullSourceLoc
238 SourceLocation::dump(*SrcMgr);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.h52 void dump() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp155 void DynTypedNode::dump(llvm::raw_ostream &OS, SourceManager &SM) const { function in class:clang::ast_type_traits::DynTypedNode
157 D->dump(OS);
159 S->dump(OS, SM);
161 T->dump(OS);
163 OS << "Unable to dump values of type " << NodeKind.asStringRef() << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h38 void dump(raw_ostream &OS, uint8_t AddrSize, uint8_t MaxEncodingStringLength,
H A DDWARFAddressRange.h48 void dump(raw_ostream &OS, uint32_t AddressSize, DIDumpOptions DumpOpts = {},
H A DDWARFDebugAddr.h63 void dump(raw_ostream &OS, DIDumpOptions DumpOpts = {}) const;
H A DDWARFDebugFrame.h74 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH,
149 virtual void dump(raw_ostream &OS, const MCRegisterInfo *MRI,
202 void dump(raw_ostream &OS, const MCRegisterInfo *MRI,
246 void dump(raw_ostream &OS, const MCRegisterInfo *MRI,
286 void dump(raw_ostream &OS, const MCRegisterInfo *MRI,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h74 void dump() const;
180 void dump() const;
266 void dump() const;
379 void dump() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangUtil.cpp70 d->dump(stream, deserialize);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp47 LLVM_DUMP_METHOD void ModuleFile::dump() { function in class:ModuleFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
35 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, function in class:NativeTypeFunctionSig
112 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp103 LLVM_DUMP_METHOD void LineLocation::dump() const { print(dbgs()); } function in class:LineLocation
118 LLVM_DUMP_METHOD void SampleRecord::dump() const { print(dbgs(), 0); } function in class:SampleRecord
198 LLVM_DUMP_METHOD void FunctionSamples::dump() const { print(dbgs(), 0); } function in class:FunctionSamples
232 void ProfileSymbolList::dump(raw_ostream &OS) const { function in class:ProfileSymbolList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h85 /// dump - Print to the debug stream.
86 virtual void dump() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h104 LLVM_DUMP_METHOD void dump() const { function in class:llvm::DbgValueLoc
111 Constant.CIP->dump();
113 Constant.CFP->dump();
115 Expression->dump();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDominanceFrontier.cpp64 LLVM_DUMP_METHOD void DominanceFrontierWrapperPass::dump() const { function in class:DominanceFrontierWrapperPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp96 LastRealInstr->dump();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h108 LLVM_DUMP_METHOD void dump() const { print(errs()); } function in class:llvm::GIMatchDagInstr
/freebsd-11-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile19 dump.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile13 dump-index.c \
/freebsd-11-stable/usr.bin/svn/svnfsfs/
H A DMakefile11 SRCS= dump-index-cmd.c \
/freebsd-11-stable/crypto/openssl/apps/
H A Dasn1pars.c95 int informat, indent = 0, noout = 0, dump = 0; local
153 } else if (strcmp(*argv, "-dump") == 0) {
154 dump = -1;
158 dump = atoi(*(++argv));
159 if (dump <= 0)
194 BIO_printf(bio_err, " -dump dump unknown data in hex form\n");
196 " -dlimit arg dump the first arg bytes of unknown data in hex form\n");
348 indent, dump)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp157 LLVM_DEBUG(DefInsn->dump());
192 LLVM_DEBUG(MI.dump());
201 LLVM_DEBUG(SllMI->dump());
210 LLVM_DEBUG(MovMI->dump());
294 LLVM_DEBUG(ToErase->dump());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp189 LLVM_DEBUG(dbgs() << "can Sink? : "; Store0->dump(); dbgs() << "\n");
248 LLVM_DEBUG(dbgs() << "Sink Instruction into BB \n"; BB->dump();
249 dbgs() << "Instruction Left\n"; S0->dump(); dbgs() << "\n";
250 dbgs() << "Instruction Right\n"; S1->dump(); dbgs() << "\n");
341 LLVM_DEBUG(dbgs() << "Search again\n"; Instruction *I = &*RBI; I->dump());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp247 LLVM_DEBUG(dbgs() << "After splitting, ThisMBB:\n"; ThisMBB->dump());
248 LLVM_DEBUG(dbgs() << "NewMBB:\n"; NewMBB->dump());
249 LLVM_DEBUG(dbgs() << "New branch-to block:\n"; NewBRTarget->dump());
375 void dump();
435 LLVM_DUMP_METHOD void PPCReduceCRLogicals::CRLogicalOpInfo::dump() { function in class:__anon2368::PPCReduceCRLogicals::CRLogicalOpInfo
437 MI->dump();
446 TrueDefs.first->dump();
449 TrueDefs.second->dump();
453 CopyDefs.first->dump();
457 CopyDefs.second->dump();
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh549 $DEBUG && dump
555 $DEBUG && dump
561 $DEBUG && dump
567 $DEBUG && dump
573 $DEBUG && dump
579 $DEBUG && dump
585 $DEBUG && dump
591 $DEBUG && dump
597 $DEBUG && dump

Completed in 497 milliseconds

1234567891011>>