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

References

lib/Object/Error.cpp
   50   case object_error::bitcode_section_not_found:
lib/Object/IRObjectFile.cpp
   81         return errorCodeToError(object_error::bitcode_section_not_found);
   86   return errorCodeToError(object_error::bitcode_section_not_found);
tools/gold/gold-plugin.cpp
  533           EC == object::object_error::bitcode_section_not_found)