Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp113 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
135 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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp91 if (!ParentScope.isNoneType()) { in getName()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp284 if (TI.isNoneType()) in getTypeName()
H A DDumpOutputStyle.cpp692 if (UDT.Type.isNoneType()) in dumpUdtStats()
1190 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp807 if (type.index.isNoneType()) in GetOrCreateType()
987 if (!fir.ParentScope.isNoneType()) { in CreateFunctionDeclFromId()
H A DSymbolFileNativePDB.cpp1579 if (!parent_idx.isNoneType()) { in ParseInlineSite()
2092 if (type_id.index.isNoneType()) in ResolveTypeUID()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp374 if (!ti->isSimple() && !ti->isNoneType()) { in translateIdSymbols()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp100 if (!TI.isNoneType()) { in getTypeName()