Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h44 UInt64Quad = 0x0023, // 64 bit unsigned enumerator
154 static TypeIndex UInt64Quad() { in UInt64Quad() function
155 return TypeIndex(SimpleTypeKind::UInt64Quad); in UInt64Quad()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp45 {"unsigned __int64*", SimpleTypeKind::UInt64Quad},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp989 ? TypeIndex(SimpleTypeKind::UInt64Quad) in lowerTypeArray()
1097 case 8: STK = SimpleTypeKind::UInt64Quad; break; in lowerTypeBasic()