Home
last modified time | relevance | path

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

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