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