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

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 45 /// CurAbbrevs - Abbrevs installed at in this block.
62 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs;
225 // If there is a blockinfo for this BlockID, add all the predefined abbrevs
228 CurAbbrevs.insert(CurAbbrevs.end(), Info->Abbrevs.begin(),
229 Info->Abbrevs.end());
539 Info.Abbrevs.push_back(Abbv);
541 return Info.Abbrevs.size()-1+bitc::FIRST_APPLICATION_ABBREV;
BitstreamReader.h 37 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs;
187 /// Abbrevs installed at in this block.
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 125 const DWARFAbbreviationDeclarationSet *Abbrevs;
197 return Abbrevs;
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 35 llvm::DenseMap<unsigned, unsigned> Abbrevs;
40 assert(Abbrevs.find(recordID) == Abbrevs.end()
42 Abbrevs[recordID] = abbrevID;
46 assert(Abbrevs.find(recordID) != Abbrevs.end() &&
48 return Abbrevs[recordID];
274 AbbreviationMap Abbrevs;
400 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_FILENAME), Record,
411 State->Stream.EmitRecordWithAbbrev(State->Abbrevs.get(RECORD_SOURCE_RANGE)
    [all...]

Completed in 100 milliseconds