Home
last modified time | relevance | path

Searched refs:UInt32Long (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h47 UInt32Long = 0x0022, // 32 bit unsigned enumerator
167 static TypeIndex UInt32Long() { in UInt32Long() function
168 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp44 {"unsigned long*", SimpleTypeKind::UInt32Long},
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp53 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1391 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1512 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()