Searched defs:Abbrev (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 298 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithAbbrevImpl() 416 void EmitRecordWithAbbrev(unsigned Abbrev, SmallVectorImpl<uintty> &Vals) { in EmitRecordWithAbbrev() 426 void EmitRecordWithBlob(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithBlob() 431 void EmitRecordWithBlob(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithBlob() 439 void EmitRecordWithArray(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithArray() 444 void EmitRecordWithArray(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, in EmitRecordWithArray()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1001 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in WriteMetadata() local 1194 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in WriteStatCache() local 1217 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in CreateSLocFileAbbrev() local 1234 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in CreateSLocBufferAbbrev() local 1248 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in CreateSLocBufferBlobAbbrev() local 1258 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in CreateSLocExpansionAbbrev() local 1379 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in WriteHeaderSearch() local 1530 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in WriteSourceManagerBlock() local 1792 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in WritePreprocessorDetail() local 1881 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in WritePreprocessorDetail() local [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 283 void DwarfDebug::assignAbbrevNumber(DIEAbbrev &Abbrev) { in assignAbbrevNumber() 2152 const DIEAbbrev *Abbrev = Abbreviations[AbbrevNumber - 1]; in computeSizeAndOffset() local 2247 const DIEAbbrev *Abbrev = Abbreviations[AbbrevNumber - 1]; in emitDIE() local 2382 const DIEAbbrev *Abbrev = Abbreviations[i]; in emitAbbreviations() local
|