Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp101 case SimpleTypeKind::Int128Oct: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h54 Int128Oct = 0x0014, // 128 bit signed int enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp215 case SimpleTypeKind::Int128Oct: in getBuiltinType()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst150 Int128Oct = 0x0014, // 128 bit signed int
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1820 case 16: STK = SimpleTypeKind::Int128Oct; break; in lowerTypeBasic()