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

References

include/llvm/Object/WindowsResource.h
  162   const TreeNode &getTree() const { return Root; }
lib/Object/WindowsResource.cpp
  265   auto TypeIt = Root.IDChildren.find(/* RT_MANIFEST */ 24);
  266   if (TypeIt == Root.IDChildren.end())
  287     Root.shiftDataIndexDown(RemovedIndex);
  354     bool IsNewNode = Root.addEntry(Entry, Origin, Data, StringTable, Node);
  373   return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates);
  378   Root.print(Writer, "Resource Tree");