Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h254 enum LocationType { enum
262 LocationType Type = Unprocessed;
268 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) in Location()