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

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 160 /// BitCodeAbbrev - This class represents an abbreviation record. An
163 class BitCodeAbbrev {
166 ~BitCodeAbbrev() {}
168 BitCodeAbbrev() : RefCount(1) {}
BitstreamWriter.h 43 std::vector<BitCodeAbbrev*> CurAbbrevs;
48 std::vector<BitCodeAbbrev*> PrevAbbrevs;
59 std::vector<BitCodeAbbrev*> Abbrevs;
318 BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo];
469 void EncodeAbbrev(BitCodeAbbrev *Abbv) {
489 unsigned EmitAbbrev(BitCodeAbbrev *Abbv) {
531 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) {
BitstreamReader.h 36 std::vector<BitCodeAbbrev*> Abbrevs;
143 std::vector<BitCodeAbbrev*> CurAbbrevs;
147 std::vector<BitCodeAbbrev*> PrevAbbrevs;
201 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
218 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
498 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) {
514 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);
580 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
628 BitCodeAbbrev *Abbv = CurAbbrevs.back()
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 175 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
249 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
257 Abbv = new BitCodeAbbrev();
268 Abbv = new BitCodeAbbrev();
277 Abbv = new BitCodeAbbrev();
284 Abbv = new BitCodeAbbrev();
294 Abbv = new BitCodeAbbrev();
303 Abbv = new BitCodeAbbrev();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 208 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
215 Abbv = new BitCodeAbbrev();
224 Abbv = new BitCodeAbbrev();
233 Abbv = new BitCodeAbbrev();
240 Abbv = new BitCodeAbbrev();
249 Abbv = new BitCodeAbbrev();
455 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
601 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 199 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
207 Abbv = new BitCodeAbbrev();
217 Abbv = new BitCodeAbbrev();
226 Abbv = new BitCodeAbbrev();
233 Abbv = new BitCodeAbbrev();
242 Abbv = new BitCodeAbbrev();
448 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
593 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 317 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
325 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
341 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
359 Abbrev = new BitCodeAbbrev();
370 Abbrev = new BitCodeAbbrev();
378 Abbrev = new BitCodeAbbrev();
385 Abbrev = new BitCodeAbbrev();
394 Abbrev = new BitCodeAbbrev();
405 Abbrev = new BitCodeAbbrev();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp     [all...]

Completed in 55 milliseconds