Home
last modified time | relevance | path

Searched refs:isNoneType (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp72 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()
74 if (TI.isNoneType()) in simpleTypeName()
96 if (!TI.isNoneType()) { in printTypeIndex()
H A DTypeTableCollection.cpp44 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
H A DLazyRandomTypeCollection.cpp112 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
134 if (Index.isSimple() || Index.isNoneType()) in contains()
H A DTypeHashing.cpp57 if (TI.isSimple() || TI.isNoneType()) { in hashType()
H A DAppendingTypeTableBuilder.cpp54 if (Index.isSimple() || Index.isNoneType()) in contains()
H A DGlobalTypeTableBuilder.cpp57 if (Index.isSimple() || Index.isNoneType()) in contains()
H A DMergingTypeTableBuilder.cpp58 if (Index.isSimple() || Index.isNoneType()) in contains()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h55 if (V.isNoneType())
H A DTypeIndex.h116 bool isNoneType() const { return *this == None(); } in isNoneType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp214 return Forward.isNoneType() ? TI : Forward; in remap()
1578 if (TI.isNoneType()) in visitKnownRecord()
2023 if (TIFieldList.isNoneType()) { in visitKnownRecord()
2025 if (!ForwardType.isNoneType()) { in visitKnownRecord()
2036 if (!TIFieldList.isNoneType()) { in visitKnownRecord()
2093 if (!TIFieldList.isNoneType()) { in visitKnownRecord()
2141 if (TIParent.isNoneType()) in visitKnownRecord()
2145 if (!TIParent.isNoneType()) { in visitKnownRecord()
2482 if (!Union.getFieldList().isNoneType()) { in visitKnownRecord()
3177 if (TI.isNoneType() || TI.isSimple()) in createDataMember()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp91 if (!ParentScope.isNoneType()) { in getName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp285 if (TI.isNoneType()) in getTypeName()
H A DDumpOutputStyle.cpp693 if (UDT.Type.isNoneType()) in dumpUdtStats()
1191 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp809 if (type.index.isNoneType()) in GetOrCreateType()
989 if (!fir.ParentScope.isNoneType()) { in CreateFunctionDeclFromId()
H A DSymbolFileNativePDB.cpp1585 if (!parent_idx.isNoneType()) { in ParseInlineSite()
2107 if (type_id.index.isNoneType()) in ResolveTypeUID()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp371 if (!ti->isSimple() && !ti->isNoneType()) { in translateIdSymbols()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp101 if (!TI.isNoneType()) { in getTypeName()