Home
last modified time | relevance | path

Searched refs:Int64Quad (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h49 Int64Quad = 0x0013, // 64 bit signed enumerator
180 static TypeIndex Int64Quad() { return TypeIndex(SimpleTypeKind::Int64Quad); } in Int64Quad() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp46 {"__int64*", SimpleTypeKind::Int64Quad},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp48 {codeview::SimpleTypeKind::Int64Quad, PDB_BuiltinType::Int, 8},
DNativeTypeEnum.cpp216 case SimpleTypeKind::Int64Quad: in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1649 case 8: STK = SimpleTypeKind::Int64Quad; break; in lowerTypeBasic()