HomeSort by: relevance | last modified time | path
    Searched refs:SimpleBitstreamCursor (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamReader.h 81 class SimpleBitstreamCursor {
103 SimpleBitstreamCursor() = default;
104 explicit SimpleBitstreamCursor(ArrayRef<uint8_t> BitcodeBytes)
106 explicit SimpleBitstreamCursor(StringRef BitcodeBytes)
108 explicit SimpleBitstreamCursor(MemoryBufferRef BitcodeBytes)
109 : SimpleBitstreamCursor(BitcodeBytes.getBuffer()) {}
336 /// SimpleBitstreamCursor.
340 class BitstreamCursor : SimpleBitstreamCursor {
365 : SimpleBitstreamCursor(BitcodeBytes) {}
367 : SimpleBitstreamCursor(BitcodeBytes) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 283 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal =
299 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = Read(6))
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 45 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 271 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Cursor.Read(8)) {
544 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = InStream.Read(8)) {
ASTReader.cpp 4463 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 418 if (Expected<SimpleBitstreamCursor::word_t> MaybeWord = Stream.Read(size))
526 SimpleBitstreamCursor R(Lengths);
MetadataLoader.cpp 2117 SimpleBitstreamCursor R(Lengths);
BitcodeReader.cpp 113 if (Expected<SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) {
120 if (Expected<SimpleBitstreamCursor::word_t> Res = Stream.Read(4)) {

Completed in 64 milliseconds