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

References

include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  801   void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
tools/lld/include/lld/Core/File.h
   63   Kind kind() const {
  216   File(StringRef p, Kind kind)
  234   Kind              _kind;
tools/lld/include/lld/Core/Simple.h
   40   SimpleFile(StringRef path, File::Kind kind)
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  286   static void enumeration(IO &io, lld::File::Kind &value) {