reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2611         AbbrevToUse = FUNCTION_INST_CAST_ABBREV;
 2618         AbbrevToUse = FUNCTION_INST_BINOP_ABBREV;
 2623         if (AbbrevToUse == FUNCTION_INST_BINOP_ABBREV)
 2624           AbbrevToUse = FUNCTION_INST_BINOP_FLAGS_ABBREV;
 2632       AbbrevToUse = FUNCTION_INST_UNOP_ABBREV;
 2636       if (AbbrevToUse == FUNCTION_INST_UNOP_ABBREV)
 2637         AbbrevToUse = FUNCTION_INST_UNOP_FLAGS_ABBREV;
 2644     AbbrevToUse = FUNCTION_INST_GEP_ABBREV;
 2712         AbbrevToUse = FUNCTION_INST_RET_VOID_ABBREV;
 2715           AbbrevToUse = FUNCTION_INST_RET_VAL_ABBREV;
 2868     AbbrevToUse = FUNCTION_INST_UNREACHABLE_ABBREV;
 2889     Stream.EmitRecord(Code, Vals64, AbbrevToUse);
 2934         AbbrevToUse = FUNCTION_INST_LOAD_ABBREV;
 3038   Stream.EmitRecord(Code, Vals, AbbrevToUse);