HomeSort by relevance Sort by last modified time
    Searched refs:PrevAbbrevs (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 35 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
49 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
61 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 48 std::vector<BitCodeAbbrev*> PrevAbbrevs;
229 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
266 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
BitstreamReader.h 195 std::vector<BitCodeAbbrev*> PrevAbbrevs;
518 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);

Completed in 739 milliseconds