Home
last modified time | relevance | path

Searched refs:Int32Long (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.h45 Int32Long = 0x0012, // 32 bit signed enumerator
174 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp42 {"long*", SimpleTypeKind::Int32Long},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp46 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
DNativeTypeEnum.cpp214 case SimpleTypeKind::Int32Long: in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1547 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1682 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()