Searched defs:CodeLocation (Results 1 – 1 of 1) sorted by relevance
232 struct CodeLocation : public Operand { struct235 explicit CodeLocation(Label* label) : label(label) {} in CodeLocation() argument237 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()