Searched refs:formatBinary (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 71 LLVM_ABI void formatBinary(StringRef Label, ArrayRef<uint8_t> Data, 73 LLVM_ABI void formatBinary(StringRef Label, ArrayRef<uint8_t> Data,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 106 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() function in LinePrinter 119 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() function in LinePrinter
|
| /freebsd/contrib/llvm-project/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 | 267 P.formatBinary("Bytes", Record.RecordData, 0); in visitTypeEnd() 280 P.formatBinary("Bytes", Record.Data, 0); in visitMemberEnd()
|
| H A D | MinimalSymbolDumper.cpp | 401 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 | 1015 Printer.formatBinary("Compressed data", in dumpInjectedSources()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Config.h | 332 bool formatBinary = false; member
|
| H A D | ScriptParser.cpp | 715 ctx.arg.formatBinary = false; in readTarget() 717 ctx.arg.formatBinary = true; in readTarget()
|
| H A D | Driver.cpp | 253 if (ctx.arg.formatBinary) { in addFile() 2119 ctx.arg.formatBinary = isFormatBinary(ctx, arg->getValue()); in createFiles()
|