Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h45 Int32Long = 0x0012, // 32 bit signed enumerator
183 static TypeIndex Int32Long() { return TypeIndex(SimpleTypeKind::Int32Long); } in Int32Long() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp42 {"long*", SimpleTypeKind::Int32Long},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp214 case SimpleTypeKind::Int32Long: in getBuiltinType()
H A DSymbolCache.cpp55 {codeview::SimpleTypeKind::Int32Long, PDB_BuiltinType::Int, 4},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst141 Int32Long = 0x0012, // 32 bit signed
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1592 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) && in lowerTypeAlias()
1732 STK = SimpleTypeKind::Int32Long; in lowerTypeBasic()