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

References

tools/lld/include/lld/Core/Error.h
   30 inline std::error_code make_error_code(YamlReaderError e) {
tools/lld/lib/Core/Error.cpp
   27     case YamlReaderError::unknown_keyword:
   29     case YamlReaderError::illegal_value:
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
 1374       return make_error_code(lld::YamlReaderError::illegal_value);