Home
last modified time | relevance | path

Searched refs:Int32Long (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h39 Int32Long = 0x0012, // 32 bit signed enumerator
147 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h46 Int32Long = 0x0012, // 32 bit signed enumerator
166 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp43 {"long*", SimpleTypeKind::Int32Long},
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp40 {"long*", SimpleTypeKind::Int32Long},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp974 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1121 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1375 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1510 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()