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

References

lib/Transforms/Utils/SymbolRewriter.cpp
  300     YS.printError(Entry.getKey(), "rewrite type must be a scalar");
  306     YS.printError(Entry.getValue(), "rewrite descriptor must be a map");
  312     return parseRewriteFunctionDescriptor(YS, Key, Value, DL);
  314     return parseRewriteGlobalVariableDescriptor(YS, Key, Value, DL);
  316     return parseRewriteGlobalAliasDescriptor(YS, Key, Value, DL);
  318   YS.printError(Entry.getKey(), "unknown rewrite type");