Searched refs:UnmodifiedType (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 30 NativeTypeUDT &UnmodifiedType, in NativeTypeUDT() argument 33 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeUDT() 49 Session, PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump() 74 if (UnmodifiedType) in getName() 75 return UnmodifiedType->getName(); in getName() 83 if (UnmodifiedType) in getUnmodifiedTypeId() 84 return UnmodifiedType->getSymIndexId(); in getUnmodifiedTypeId() 90 if (UnmodifiedType) in getVirtualTableShapeId() 91 return UnmodifiedType->getVirtualTableShapeId(); in getVirtualTableShapeId() 100 if (UnmodifiedType) in getLength() [all …]
|
| H A D | NativeTypeEnum.cpp | 121 NativeTypeEnum &UnmodifiedType, in NativeTypeEnum() argument 124 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeEnum() 143 Session, PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump() 172 ClassParent = UnmodifiedType; in findChildren() 179 if (UnmodifiedType) in getBuiltinType() 180 return UnmodifiedType->getBuiltinType(); in getBuiltinType() 251 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; in getUnmodifiedTypeId() 255 if (UnmodifiedType) in hasConstructor() 256 return UnmodifiedType->hasConstructor(); in hasConstructor() 263 if (UnmodifiedType) in hasAssignmentOperator() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.h | 29 NativeTypeEnum &UnmodifiedType, 67 NativeTypeEnum *UnmodifiedType = nullptr; variable
|
| H A D | NativeTypeUDT.h | 30 NativeTypeUDT &UnmodifiedType, 65 NativeTypeUDT *UnmodifiedType = nullptr; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 30 UnmodifiedType = 1 << 4, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 294 PdbSymbolIdField::UnmodifiedType, ShowIdFields, in dump()
|