Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp71 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()
73 if (TI.isNoneType()) in simpleTypeName()
95 if (!TI.isNoneType()) { in printTypeIndex()
H A DLazyRandomTypeCollection.cpp114 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
136 if (Index.isSimple() || Index.isNoneType()) in contains()
H A DTypeTableCollection.cpp43 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
H A DTypeHashing.cpp57 if (TI.isSimple() || TI.isNoneType()) { in hashType()
H A DAppendingTypeTableBuilder.cpp61 if (Index.isSimple() || Index.isNoneType()) in contains()
H A DGlobalTypeTableBuilder.cpp64 if (Index.isSimple() || Index.isNoneType()) in contains()
H A DMergingTypeTableBuilder.cpp64 if (Index.isSimple() || Index.isNoneType()) in contains()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h53 if (V.isNoneType())
H A DTypeIndex.h115 bool isNoneType() const { return *this == None(); } in isNoneType() function
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp85 if (!ParentScope.isNoneType()) { in getName()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp281 if (TI.isNoneType()) in getTypeName()
H A DDumpOutputStyle.cpp792 if (UDT.Type.isNoneType()) in dumpUdtStats()
1294 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp107 if (!TI.isNoneType()) { in getTypeName()