|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/TypeIndex.h 172 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 1648 case 4: STK = SimpleTypeKind::Int32; break;
1681 if (STK == SimpleTypeKind::Int32 && Ty->getName() == "long int")
lib/DebugInfo/CodeView/TypeIndex.cpp 44 {"int*", SimpleTypeKind::Int32},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp 213 case SimpleTypeKind::Int32:
lib/DebugInfo/PDB/Native/SymbolCache.cpp 44 {codeview::SimpleTypeKind::Int32, PDB_BuiltinType::Int, 4},
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp 58 case SimpleTypeKind::Int32:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp 727 case SimpleTypeKind::Int32:
778 case SimpleTypeKind::Int32:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 208 case SimpleTypeKind::Int32:
unittests/DebugInfo/CodeView/TypeHashingTest.cpp 72 TypeIndex IntP(SimpleTypeKind::Int32, SimpleTypeMode::NearPointer);