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

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 161 /// BitCodeAbbrev - This class represents an abbreviation record. An
164 class BitCodeAbbrev {
167 ~BitCodeAbbrev() {}
169 BitCodeAbbrev() : RefCount(1) {}
BitstreamWriter.h 43 std::vector<BitCodeAbbrev*> CurAbbrevs;
48 std::vector<BitCodeAbbrev*> PrevAbbrevs;
59 std::vector<BitCodeAbbrev*> Abbrevs;
320 BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo];
472 void EncodeAbbrev(BitCodeAbbrev *Abbv) {
492 unsigned EmitAbbrev(BitCodeAbbrev *Abbv) {
534 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) {
BitstreamReader.h 41 std::vector<BitCodeAbbrev*> Abbrevs;
191 std::vector<BitCodeAbbrev*> CurAbbrevs;
195 std::vector<BitCodeAbbrev*> PrevAbbrevs;
535 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) {
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 35 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
49 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
147 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);
205 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);
281 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
342 BitCodeAbbrev *Abbv = CurAbbrevs.back();
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 165 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
240 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
248 Abbv = new BitCodeAbbrev();
259 Abbv = new BitCodeAbbrev();
268 Abbv = new BitCodeAbbrev();
275 Abbv = new BitCodeAbbrev();
285 Abbv = new BitCodeAbbrev();
294 Abbv = new BitCodeAbbrev();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 325 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
332 Abbv = new BitCodeAbbrev();
341 Abbv = new BitCodeAbbrev();
350 Abbv = new BitCodeAbbrev();
357 Abbv = new BitCodeAbbrev();
366 Abbv = new BitCodeAbbrev();
579 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
738 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 191 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
199 Abbv = new BitCodeAbbrev();
209 Abbv = new BitCodeAbbrev();
218 Abbv = new BitCodeAbbrev();
225 Abbv = new BitCodeAbbrev();
234 Abbv = new BitCodeAbbrev();
436 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
581 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 198 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
205 Abbv = new BitCodeAbbrev();
214 Abbv = new BitCodeAbbrev();
223 Abbv = new BitCodeAbbrev();
230 Abbv = new BitCodeAbbrev();
239 Abbv = new BitCodeAbbrev();
453 BitCodeAbbrev *Abbv = new BitCodeAbbrev();
615 BitCodeAbbrev *Abbv = new BitCodeAbbrev()
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 358 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
366 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) {
385 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();
403 Abbrev = new BitCodeAbbrev();
414 Abbrev = new BitCodeAbbrev();
422 Abbrev = new BitCodeAbbrev();
429 Abbrev = new BitCodeAbbrev();
438 Abbrev = new BitCodeAbbrev();
449 Abbrev = new BitCodeAbbrev();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp     [all...]
GlobalModuleIndex.cpp 715 BitCodeAbbrev *Abbrev = new BitCodeAbbrev();

Completed in 219 milliseconds