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

References

include/llvm/Object/MachO.h
  122     return make_range(Stack.begin(), Stack.end());
  122     return make_range(Stack.begin(), Stack.end());
lib/Object/MachOObjectFile.cpp
 2792   Stack.clear();
 2801   if (Stack.size() != Other.Stack.size())
 2801   if (Stack.size() != Other.Stack.size())
 2807   for (unsigned i=0; i < Stack.size(); ++i) {
 2808     if (Stack[i].Start != Other.Stack[i].Start)
 2808     if (Stack[i].Start != Other.Stack[i].Start)
 2828   return Stack.back().Flags;
 2832   return Stack.back().Address;
 2836   return Stack.back().Other;
 2840   const char* ImportName = Stack.back().ImportName;
 2847   return Stack.back().Start - Trie.begin();
 2985   Stack.push_back(State);
 2991   while (Stack.back().NextChildIndex < Stack.back().ChildCount) {
 2991   while (Stack.back().NextChildIndex < Stack.back().ChildCount) {
 2992     NodeState &Top = Stack.back();
 3030   if (!Stack.back().IsExportNode) {
 3033                         Twine::utohexstr(Stack.back().Start - Trie.begin()));
 3055   assert(!Stack.empty() && "ExportEntry::moveNext() with empty node stack");
 3056   if (!Stack.back().IsExportNode) {
 3059                         Twine::utohexstr(Stack.back().Start - Trie.begin()));
 3064   Stack.pop_back();
 3065   while (!Stack.empty()) {
 3066     NodeState &Top = Stack.back();
 3077       Stack.pop_back();