Home
last modified time | relevance | path

Searched refs:PointerKind (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp169 static std::string pointerKind(PointerKind Kind) { in pointerKind()
171 RETURN_CASE(PointerKind, Near16, "ptr16"); in pointerKind()
172 RETURN_CASE(PointerKind, Far16, "far ptr16"); in pointerKind()
173 RETURN_CASE(PointerKind, Huge16, "huge ptr16"); in pointerKind()
174 RETURN_CASE(PointerKind, BasedOnSegment, "segment based"); in pointerKind()
175 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
176 RETURN_CASE(PointerKind, BasedOnSegmentValue, "segment value based"); in pointerKind()
177 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
178 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
179 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
[all …]
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp71 ENUM_ENTRY(PointerKind, Near16),
72 ENUM_ENTRY(PointerKind, Far16),
73 ENUM_ENTRY(PointerKind, Huge16),
74 ENUM_ENTRY(PointerKind, BasedOnSegment),
75 ENUM_ENTRY(PointerKind, BasedOnValue),
76 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
77 ENUM_ENTRY(PointerKind, BasedOnAddress),
78 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
79 ENUM_ENTRY(PointerKind, BasedOnType),
80 ENUM_ENTRY(PointerKind, BasedOnSelf),
[all …]
H A DEnumTables.cpp359 CV_ENUM_CLASS_ENT(PointerKind, Near16),
360 CV_ENUM_CLASS_ENT(PointerKind, Far16),
361 CV_ENUM_CLASS_ENT(PointerKind, Huge16),
362 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
363 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
365 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
366 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentAddress),
367 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
368 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
[all …]
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp57 LLVM_YAML_DECLARE_ENUM_TRAITS(PointerKind)
265 void ScalarEnumerationTraits<PointerKind>::enumeration(IO &IO, in enumeration()
266 PointerKind &Kind) { in enumeration()
267 IO.enumCase(Kind, "Near16", PointerKind::Near16); in enumeration()
268 IO.enumCase(Kind, "Far16", PointerKind::Far16); in enumeration()
269 IO.enumCase(Kind, "Huge16", PointerKind::Huge16); in enumeration()
270 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()
271 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()
272 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()
273 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h288 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord()
293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord()
300 PointerKind getPointerKind() const { in getPointerKind()
301 return static_cast<PointerKind>((Attrs >> PointerKindShift) & in getPointerKind()
352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs()
358 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in calcAttrs()
H A DCodeView.h346 enum class PointerKind : uint8_t { enum
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h43 PointerKind, enumerator
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1920 PointerKind PK = in lowerTypePointer()
1921 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1983 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
1984 : PointerKind::Near32; in lowerTypeMemberPointer()
2671 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2672 : PointerKind::Near32; in getVBPTypeIndex()
2727 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
2728 : PointerKind::Near32, in getTypeIndexForReferenceTo()
/src/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp43 return OSLogBufferItem::PointerKind; in getKind()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4021 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning() argument
4026 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4030 << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4040 Diag << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4078 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4110 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
H A DSemaDeclAttr.cpp5218 IdentifierInfo *PointerKind = AL.getArgAsIdent(0)->Ident; in handleTypeTagForDatatypeAttr() local
5224 S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(), in handleTypeTagForDatatypeAttr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h272 uint8_t PointerKind; member