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

  /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 20 milliseconds