|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overrides
include/llvm/DebugInfo/CodeView/TypeCollection.h 28 virtual CVType getType(TypeIndex Index) = 0;
Declarations
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h 75 CVType getType(TypeIndex Index) override;
References
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp 29 CVType CVT = Types.getType(*TI);
38 CVType UnmodifiedCVT = Types.getType(ModifiedTI);
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp 71 CVType FieldList = Types.getType(*ContinuationIndex);
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp 103 CVType CVT = Tpi.typeCollection().getType(ArgListTI);
lib/DebugInfo/PDB/Native/SymbolCache.cpp 163 codeview::CVType CVT = Types.getType(Index);
171 assert(!isUdtForwardRef(Types.getType(*EFD)));
lib/DebugInfo/PDB/Native/TpiStream.cpp 184 CVType F = Types->getType(ForwardRefTI);
195 CVType CVT = Types->getType(TI);
223 return Types->getType(Index);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp 209 CVType dir_cvt = types.getType(item.m_build_info[0]);
210 CVType file_cvt = types.getType(item.m_build_info[2]);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 285 CVType type = types.getType(*ti);
tools/llvm-pdbutil/BytesOutputStyle.cpp 315 auto Type = Types.getType(TI);
tools/llvm-pdbutil/DumpOutputStyle.cpp 706 CVType Type = Types.getType(*TI);
1302 CVType Type = Types.getType(TI);
1360 CVType Type = Types.getType(TI);
1623 CVType Type = File.types().getType(*TI);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp 133 if (GlobalState->TypeVector[Index] != Types.getType(TI))
214 CVType T = Types.getType(TI);
243 CVType T = Types.getType(TI);
272 CVType T = Types.getType(TI);
303 CVType T = Types.getType(TI);
333 CVType T = Types.getType(TI);