Home
last modified time | relevance | path

Searched refs:printBinary (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/tools/llvm-objdump/
H A DOffloadDump.cpp41 static void printBinary(const OffloadBinary &OB, uint64_t Index) { in printBinary() function
66 printBinary(*Binaries[I].getBinary(), I); in dumpOffloadBinary()
79 printBinary(*Binaries[I].getBinary(), I); in dumpOffloadSections()
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp931 W.printBinary("Binary1", "FooBar", IntArray); in TEST_F()
932 W.printBinary("Binary2", "FooBar", CharArray); in TEST_F()
933 W.printBinary("Binary3", IntArray); in TEST_F()
934 W.printBinary("Binary4", CharArray); in TEST_F()
935 W.printBinary("Binary5", StringRef("FooBar")); in TEST_F()
936 W.printBinary("Binary6", StringRef("Multiple Line FooBar")); in TEST_F()
/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp78 SW.printBinary("Data:", Ref.getData()); in printEntry()
H A DMachODumper.cpp485 W.printBinary("Name", Name, RawName); in printSectionHeaders()
486 W.printBinary("Segment", SegmentName, RawSegmentName); in printSectionHeaders()
H A DXCOFFDumper.cpp1068 Dumper->getScopedPrinter().printBinary( in checkAndPrintAuxHeaderParseError()
1074 Dumper->getScopedPrinter().printBinary( in checkAndPrintAuxHeaderParseError()
H A DCOFFDumper.cpp1434 W.printBinary("ChecksumBytes", FC.Checksum); in printFileNameForOffset()
1562 W.printBinary("Name", Name, Section->Name); in printRelocations()
H A DELFDumper.cpp7050 W.printBinary("Magic", in printFileHeaders()
7074 W.printBinary("Unused", in printFileHeaders()
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h371 void printBinary(StringRef Label, StringRef Str, ArrayRef<uint8_t> Value) { in printBinary() function
375 void printBinary(StringRef Label, StringRef Str, ArrayRef<char> Value) { in printBinary() function
381 void printBinary(StringRef Label, ArrayRef<uint8_t> Value) { in printBinary() function
385 void printBinary(StringRef Label, ArrayRef<char> Value) { in printBinary() function
391 void printBinary(StringRef Label, StringRef Value) { in printBinary() function
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp191 std::string printBinary(llvm::StringRef Spelling, const Expr *LHSOp, in summarizeExpr()
218 return printBinary(E->getOpcodeStr(E->getOpcode()), E->getLHS(), in summarizeExpr()
229 return printBinary(Spelling, E->getArg(0), E->getArg(1)); in summarizeExpr()
182 std::string printBinary(llvm::StringRef Spelling, const Expr *LHSOp, summarizeExpr() function