|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/Formatters.h 57 if (V.isSimple())
include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h 77 Result.first->second.isSimple())) {
87 if (Result.first->second.isSimple()) {
include/llvm/DebugInfo/CodeView/TypeIndex.h 118 assert(!isSimple());
127 assert(isSimple());
132 assert(isSimple());
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 121 if (TI.isSimple())
1702 if (PointeeTI.isSimple() && PO == PointerOptions::None &&
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp 61 if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp 64 if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp 91 assert(!Index.isSimple());
101 if (Index.isSimple())
114 if (Index.isNoneType() || Index.isSimple())
136 if (Index.isSimple() || Index.isNoneType())
158 assert(!Index.isSimple());
171 assert(!TI.isSimple());
226 assert(!TI.isSimple());
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp 64 if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/TypeHashing.cpp 57 if (TI.isSimple() || TI.isNoneType()) {
lib/DebugInfo/CodeView/TypeIndex.cpp 71 assert(TI.isNoneType() || TI.isSimple());
96 if (TI.isSimple())
lib/DebugInfo/CodeView/TypeStreamMerger.cpp 24 assert(!Idx.isSimple() && "simple type indices have no slots");
146 if (Idx.isSimple())
lib/DebugInfo/CodeView/TypeTableCollection.cpp 43 if (Index.isNoneType() || Index.isSimple())
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp 37 if (!ModifiedTI.isSimple()) {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp 187 if (!Underlying.isSimple() ||
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp 22 assert(TI.isSimple());
lib/DebugInfo/PDB/Native/SymbolCache.cpp 119 if (Record.ModifiedType.isSimple())
149 if (Index.isSimple()) {
lib/DebugInfo/PDB/Native/TpiStream.cpp 222 assert(!Index.isSimple());
tools/lld/COFF/PDB.cpp 575 if (ti.isSimple())
683 if (!ti->isSimple() && !ti->isNoneType()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp 78 if (ti.isSimple()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 169 if (Record.Type.isSimple())
900 if (type.index.isSimple())
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp 395 if (id.is_ipi || id.index.isSimple())
401 if (id.is_ipi || id.index.isSimple())
808 if (id.index.isSimple())
833 if (id.index.isSimple()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 453 if (mr.ModifiedType.isSimple())
626 if (type_id.index.isSimple())
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp 151 if (!ti.isSimple()) {
tools/llvm-pdbutil/DumpOutputStyle.cpp 799 else if (UDT.Type.isSimple())
1299 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType())
tools/llvm-pdbutil/MinimalSymbolDumper.cpp 368 if (TI.isSimple() || TI.isDecoratedItemId())
tools/llvm-pdbutil/TypeReferenceTracker.cpp 92 if (RefTI.isSimple() || TypeOrIdReferenced.test(RefTI.toArrayIndex()))