Home
last modified time | relevance | path

Searched refs:NodeState (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DMachO.h98 struct NodeState { struct
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>; argument
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2990 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in nodeOffset()
2996 NodeState State(Ptr); in pushNode()
3134 NodeState &Top = Stack.back(); in pushDownUntilBottom()
3157 for (const NodeState &node : nodes()) { in pushDownUntilBottom()
3208 NodeState &Top = Stack.back(); in moveNext()
2992 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) NodeState() function in ExportEntry::NodeState