Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h97 struct NodeState { struct
98 NodeState(const uint8_t *Ptr);
111 using NodeList = SmallVector<NodeState, 16>; argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2893 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
2899 NodeState State(Ptr); in pushNode()
3035 NodeState &Top = Stack.back(); in pushDownUntilBottom()
3058 for (const NodeState &node : nodes()) { in pushDownUntilBottom()
3109 NodeState &Top = Stack.back(); in moveNext()