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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h97 struct NodeState { struct in class:llvm::object::ExportEntry
98 NodeState(const uint8_t *Ptr);
111 using NodeList = SmallVector<NodeState, 16>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2859 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) function in class:ExportEntry::NodeState
2865 NodeState State(Ptr);
3001 NodeState &Top = Stack.back();
3024 for (const NodeState &node : nodes()) {
3075 NodeState &Top = Stack.back();

Completed in 113 milliseconds