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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  239       STRINGIFY_CODE(FUNC_CODE, INST_UNREACHABLE)
lib/Bitcode/Reader/BitcodeReader.cpp
 4627     case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE
lib/Bitcode/Writer/BitcodeWriter.cpp
 2867     Code = bitc::FUNC_CODE_INST_UNREACHABLE;
 3415     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE));