Home
last modified time | relevance | path

Searched refs:BinaryData (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp73 SmallVector<char, 1024> BinaryData; in bundleImages() local
74 raw_svector_ostream OS(BinaryData); in bundleImages()
115 FileOutputBuffer::create(OutputFile, BinaryData.size()); in bundleImages()
119 std::copy(BinaryData.begin(), BinaryData.end(), Output->getBufferStart()); in bundleImages()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DGDBRemote.h64 struct BinaryData { struct
70 BinaryData packet;
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Core/
H A DBUILD.gn18 "BinaryData.cpp",
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1263 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), in printCodeViewSymbolsSubsection() local
1270 BinaryStreamReader Reader(BinaryData, llvm::support::little); in printCodeViewSymbolsSubsection()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt1 bolt/include/bolt/Core/BinaryData.h