Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h98 struct NodeState { struct
99 NodeState(const uint8_t *Ptr);
112 using NodeList = SmallVector<NodeState, 16>; argument
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2782 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
2788 NodeState State(Ptr); in pushNode()
2924 NodeState &Top = Stack.back(); in pushDownUntilBottom()
2947 for (const NodeState &node : nodes()) { in pushDownUntilBottom()
2998 NodeState &Top = Stack.back(); in moveNext()