Home
last modified time | relevance | path

Searched refs:LocationEnum (Results 1 – 1 of 1) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DRegs.h36 enum LocationEnum : uint8_t { enum
43 Location(LocationEnum type, int16_t value) : type(type), value(value) {} in Location()
45 LocationEnum type;