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

References

include/llvm/TableGen/Record.h
 1912   void set(Init *Key, Init *Value) { Map[Key] = {Value, false}; }
lib/TableGen/Record.cpp
 2372   auto It = Map.find(VarName);
 2373   if (It == Map.end())
 2378   if (!It->second.Resolved && Map.size() > 1) {
 2381     Map.erase(It);
 2383     Map[VarName] = {I, true};