Searched refs:formatBinary (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/lldb-test/ |
H A D | FormatUtil.cpp | 40 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() function in LinePrinter 53 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() function in LinePrinter
|
H A D | FormatUtil.h | 52 void formatBinary(llvm::StringRef Label, llvm::ArrayRef<uint8_t> Data, 54 void formatBinary(llvm::StringRef Label, llvm::ArrayRef<uint8_t> Data,
|
H A D | lldb-test.cpp | 969 Printer.formatBinary("Data: ", Bytes, 0); in dumpSectionList()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 70 void formatBinary(StringRef Label, ArrayRef<uint8_t> Data, 72 void formatBinary(StringRef Label, ArrayRef<uint8_t> Data, uint64_t BaseAddr,
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 107 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() function in LinePrinter 120 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() function in LinePrinter
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 222 P.formatBinary(Label, *ExpectedData, Base, 0); in dumpBlockRanges() 442 P.formatBinary("Bytes", Data, Min); in dumpByteRanges()
|
H A D | MinimalTypeDumper.cpp | 265 P.formatBinary("Bytes", Record.RecordData, 0); in visitTypeEnd() 278 P.formatBinary("Bytes", Record.Data, 0); in visitMemberEnd()
|
H A D | MinimalSymbolDumper.cpp | 377 P.formatBinary("bytes", Record.content(), 0); in visitSymbolEnd()
|
H A D | DumpOutputStyle.cpp | 1115 P.formatBinary("Name Buffer", Contents, 0); in dumpStringTableFromPdb()
|
H A D | llvm-pdbutil.cpp | 1011 Printer.formatBinary("Compressed data", in dumpInjectedSources()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Config.h | 214 bool formatBinary = false; member
|
H A D | ScriptParser.cpp | 631 config->formatBinary = false; in readTarget() 633 config->formatBinary = true; in readTarget()
|
H A D | Driver.cpp | 236 if (config->formatBinary) { in addFile() 1677 config->formatBinary = isFormatBinary(arg->getValue()); in createFiles()
|