Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1781 SimpleTypeKind STK = SimpleTypeKind::None; in lowerTypeBasic() local
1788 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()
1789 case 2: STK = SimpleTypeKind::Boolean16; break; in lowerTypeBasic()
1790 case 4: STK = SimpleTypeKind::Boolean32; break; in lowerTypeBasic()
1791 case 8: STK = SimpleTypeKind::Boolean64; break; in lowerTypeBasic()
1792 case 16: STK = SimpleTypeKind::Boolean128; break; in lowerTypeBasic()
1797 case 2: STK = SimpleTypeKind::Complex16; break; in lowerTypeBasic()
1798 case 4: STK = SimpleTypeKind::Complex32; break; in lowerTypeBasic()
1799 case 8: STK = SimpleTypeKind::Complex64; break; in lowerTypeBasic()
1800 case 10: STK = SimpleTypeKind::Complex80; break; in lowerTypeBasic()
[all …]