Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()