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

References

include/llvm/TableGen/Record.h
 1537     return const_cast<RecordVal *>(static_cast<const Record *>(this)->getValue(Name));
lib/TableGen/Record.cpp
 2162   const RecordVal *R = getValue(FieldName);
 2170   const RecordVal *R = getValue(FieldName);
 2185   const RecordVal *R = getValue(FieldName);
 2197   const RecordVal *R = getValue(FieldName);
 2223   const RecordVal *R = getValue(FieldName);
 2269   const RecordVal *R = getValue(FieldName);
 2281   const RecordVal *R = getValue(FieldName);
 2296   const RecordVal *R = getValue(FieldName);
 2308   const RecordVal *R = getValue(FieldName);
 2325   const RecordVal *R = getValue(FieldName);
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
  216     if (auto *V = R->getValue(Field)) {
utils/TableGen/CodeGenTarget.cpp
  208   if (R->getValue("Namespace"))
utils/TableGen/FixedLenDecoderEmitter.cpp
 2039     if (const RecordVal *EncodedValue = EncodingDef.getValue(Op.second))
utils/TableGen/GlobalISelEmitter.cpp
 2434                  (ZeroRegisterDef->getValue("Namespace")
 2563                  (RegisterDef->getValue("Namespace")