Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h100 struct NodeState { struct
101 LLVM_ABI NodeState(const uint8_t *Ptr);
114 using NodeList = SmallVector<NodeState, 16>; argument
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2991 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState
2997 NodeState State(Ptr); in pushNode()
3135 NodeState &Top = Stack.back(); in pushDownUntilBottom()
3158 for (const NodeState &node : nodes()) { in pushDownUntilBottom()
3209 NodeState &Top = Stack.back(); in moveNext()