Lines Matching defs:ORCState
124 struct ORCState {
129 bool operator==(const ORCState &Other) const {
134 bool operator!=(const ORCState &Other) const { return !(*this == Other); }
138 static ORCState NullORC = {0, 0, 0};
142 inline raw_ostream &operator<<(raw_ostream &OS, const ORCState &E) {
207 ORCState ORC; /// Stack unwind info in ORC format.
747 std::optional<ORCState> CurrentState;
750 ErrorOr<ORCState> State =
751 BC.MIB->tryGetAnnotationAs<ORCState>(Inst, "ORC");
817 std::optional<ORCState> LastEmittedORC;
818 auto emitORCEntry = [&](const uint64_t IP, const ORCState &ORC,
850 ORCState CurrentState = NullORC;
853 ErrorOr<ORCState> ErrorOrState =
854 BC.MIB->tryGetAnnotationAs<ORCState>(Inst, "ORC");