Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp34 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeUDT()
75 if (UnmodifiedType) in getName()
84 if (UnmodifiedType) in getUnmodifiedTypeId()
91 if (UnmodifiedType) in getVirtualTableShapeId()
101 if (UnmodifiedType) in getLength()
111 if (UnmodifiedType) in getUdtKind()
129 if (UnmodifiedType) in hasConstructor()
144 if (UnmodifiedType) in hasAssignmentOperator()
152 if (UnmodifiedType) in hasCastOperator()
160 if (UnmodifiedType) in hasNestedTypes()
[all …]
H A DNativeTypeEnum.cpp125 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeEnum()
180 if (UnmodifiedType) in getBuiltinType()
252 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; in getUnmodifiedTypeId()
256 if (UnmodifiedType) in hasConstructor()
264 if (UnmodifiedType) in hasAssignmentOperator()
272 if (UnmodifiedType) in hasNestedTypes()
280 if (UnmodifiedType) in isIntrinsic()
287 if (UnmodifiedType) in hasCastOperator()
295 if (UnmodifiedType) in getLength()
306 if (UnmodifiedType) in getName()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h30 NativeTypeEnum &UnmodifiedType,
68 NativeTypeEnum *UnmodifiedType = nullptr; variable
H A DNativeTypeUDT.h31 NativeTypeUDT &UnmodifiedType,
66 NativeTypeUDT *UnmodifiedType = nullptr; variable
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h35 UnmodifiedType = 1 << 4, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp295 PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump()