Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h46 UInt32Long = 0x0022, // 32 bit unsigned enumerator
184 static TypeIndex UInt32Long() { in UInt32Long() function
185 return TypeIndex(SimpleTypeKind::UInt32Long); in UInt32Long()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp43 {"unsigned long*", SimpleTypeKind::UInt32Long},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp223 case SimpleTypeKind::UInt32Long: in getBuiltinType()
H A DSymbolCache.cpp56 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst142 UInt32Long = 0x0022, // 32 bit unsigned
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1608 : TypeIndex(SimpleTypeKind::UInt32Long); in lowerTypeArray()
1734 STK = SimpleTypeKind::UInt32Long; in lowerTypeBasic()