Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp127 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeEnum()
182 if (UnmodifiedType) in getBuiltinType()
256 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; in getUnmodifiedTypeId()
260 if (UnmodifiedType) in hasConstructor()
268 if (UnmodifiedType) in hasAssignmentOperator()
276 if (UnmodifiedType) in hasNestedTypes()
284 if (UnmodifiedType) in isIntrinsic()
291 if (UnmodifiedType) in hasCastOperator()
299 if (UnmodifiedType) in getLength()
310 if (UnmodifiedType) in getName()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h30 NativeTypeEnum &UnmodifiedType,
68 NativeTypeEnum *UnmodifiedType = nullptr; variable
H A DNativeTypeUDT.h33 NativeTypeUDT &UnmodifiedType,
68 NativeTypeUDT *UnmodifiedType = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h30 UnmodifiedType = 1 << 4, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp294 PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump()