Home
last modified time | relevance | path

Searched refs:UnmodifiedType (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp33 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeUDT()
74 if (UnmodifiedType) in getName()
83 if (UnmodifiedType) in getUnmodifiedTypeId()
90 if (UnmodifiedType) in getVirtualTableShapeId()
100 if (UnmodifiedType) in getLength()
110 if (UnmodifiedType) in getUdtKind()
128 if (UnmodifiedType) in hasConstructor()
143 if (UnmodifiedType) in hasAssignmentOperator()
151 if (UnmodifiedType) in hasCastOperator()
159 if (UnmodifiedType) in hasNestedTypes()
[all …]
H A DNativeTypeEnum.cpp124 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeEnum()
179 if (UnmodifiedType) in getBuiltinType()
251 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; in getUnmodifiedTypeId()
255 if (UnmodifiedType) in hasConstructor()
263 if (UnmodifiedType) in hasAssignmentOperator()
271 if (UnmodifiedType) in hasNestedTypes()
279 if (UnmodifiedType) in isIntrinsic()
286 if (UnmodifiedType) in hasCastOperator()
294 if (UnmodifiedType) in getLength()
305 if (UnmodifiedType) in getName()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h30 NativeTypeUDT &UnmodifiedType,
65 NativeTypeUDT *UnmodifiedType = nullptr; variable
H A DNativeTypeEnum.h29 NativeTypeEnum &UnmodifiedType,
67 NativeTypeEnum *UnmodifiedType = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h30 UnmodifiedType = 1 << 4, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp294 PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump()