Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp102 case SimpleTypeKind::UInt128Oct: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h55 UInt128Oct = 0x0024, // 128 bit unsigned int enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp224 case SimpleTypeKind::UInt128Oct: in getBuiltinType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1862 case 16: STK = SimpleTypeKind::UInt128Oct; break; in lowerTypeBasic()