Home
last modified time | relevance | path

Searched refs:UInt32Long (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h40 UInt32Long = 0x0022, // 32 bit unsigned enumerator
148 static TypeIndex UInt32Long() { in UInt32Long() function
149 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp41 {"unsigned long*", SimpleTypeKind::UInt32Long},
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp990 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1123 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()