Home
last modified time | relevance | path

Searched refs:Int32Long (Results 1 – 3 of 3) 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/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()