Home
last modified time | relevance | path

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

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