Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp126 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeEnum()
181 if (UnmodifiedType) in getBuiltinType()
255 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; in getUnmodifiedTypeId()
259 if (UnmodifiedType) in hasConstructor()
267 if (UnmodifiedType) in hasAssignmentOperator()
275 if (UnmodifiedType) in hasNestedTypes()
283 if (UnmodifiedType) in isIntrinsic()
290 if (UnmodifiedType) in hasCastOperator()
298 if (UnmodifiedType) in getLength()
309 if (UnmodifiedType) in getName()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h31 NativeTypeEnum &UnmodifiedType,
69 NativeTypeEnum *UnmodifiedType = nullptr; variable
H A DNativeTypeUDT.h34 NativeTypeUDT &UnmodifiedType,
69 NativeTypeUDT *UnmodifiedType = nullptr; variable
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h30 UnmodifiedType = 1 << 4, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp294 PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump()