Home
last modified time | relevance | path

Searched defs:CodeLocation (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dcode_ir.h244 struct CodeLocation : public Operand { struct
247 explicit CodeLocation(Label* label) : label(label) {} in CodeLocation() argument
249 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()