Searched refs:DumpRecords (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 358 bool DumpRecords = false; in dumpTpiStream() local 363 DumpRecords = opts::raw::DumpTpiRecords; in dumpTpiStream() 368 DumpRecords = opts::raw::DumpIpiRecords; in dumpTpiStream() 372 if (!DumpRecordBytes && !DumpRecords && !opts::raw::DumpModuleSyms) in dumpTpiStream() 380 if (DumpRecords || DumpRecordBytes) { in dumpTpiStream() 392 if (DumpRecords) { in dumpTpiStream()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 485 bool DumpRecords = Dump; in ParseBlock() local 491 DumpRecords = false; in ParseBlock() 502 if (DumpRecords) { in ParseBlock() 535 if (DumpRecords) { in ParseBlock() 586 if (DumpRecords) { in ParseBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 511 bool DumpRecords = Dump; in ParseBlock() local 521 DumpRecords = false; in ParseBlock() 532 if (DumpRecords) { in ParseBlock() 567 if (DumpRecords) { in ParseBlock() 619 if (DumpRecords) { in ParseBlock()
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 2500 mDNSlocal const mDNSu8 *DumpRecords(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *ptr, … in DumpRecords() function 2580 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAnswers, IsUpdate ? "Prerequisites" : "Answers"); in DumpPacket() 2581 …ptr = DumpRecords(m, msg, ptr, end, msg->h.numAuthorities, IsUpdate ? "Updates" : "Authoriti… in DumpPacket() 2582 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAdditionals, "Additionals"); in DumpPacket()
|