Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h55 UInt128Oct = 0x0024, // 128 bit unsigned int enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp223 case SimpleTypeKind::UInt128Oct: in getBuiltinType()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst151 UInt128Oct = 0x0024, // 128 bit unsigned int
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1810 case 16: STK = SimpleTypeKind::UInt128Oct; break; in lowerTypeBasic()