Searched refs:UncompressedData (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp879 SmallVector<char, 128> UncompressedData; local
880 raw_svector_ostream VecOS(UncompressedData);
883 ArrayRef(reinterpret_cast<uint8_t *>(UncompressedData.data()),
884 UncompressedData.size());
900 if (!maybeWriteCompression(ChType, UncompressedData.size(), Compressed,
902 W.OS << UncompressedData;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1125 std::string UncompressedData; local

Completed in 186 milliseconds