Home
last modified time | relevance | path

Searched refs:UInt64Quad (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h51 UInt64Quad = 0x0023, // 64 bit unsigned enumerator
173 static TypeIndex UInt64Quad() { in UInt64Quad() function
174 return TypeIndex(SimpleTypeKind::UInt64Quad); in UInt64Quad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp48 {"unsigned __int64*", SimpleTypeKind::UInt64Quad},
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp54 {codeview::SimpleTypeKind::UInt64Quad, PDB_BuiltinType::UInt, 8},
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1390 ? TypeIndex(SimpleTypeKind::UInt64Quad) in lowerTypeArray()
1486 case 8: STK = SimpleTypeKind::UInt64Quad; break; in lowerTypeBasic()