Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp168 static std::string pointerKind(PointerKind Kind) { in pointerKind()
170 RETURN_CASE(PointerKind, Near16, "ptr16"); in pointerKind()
171 RETURN_CASE(PointerKind, Far16, "far ptr16"); in pointerKind()
172 RETURN_CASE(PointerKind, Huge16, "huge ptr16"); in pointerKind()
174 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
178 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
179 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
180 RETURN_CASE(PointerKind, Near32, "ptr32"); in pointerKind()
181 RETURN_CASE(PointerKind, Far32, "far ptr32"); in pointerKind()
182 RETURN_CASE(PointerKind, Near64, "ptr64"); in pointerKind()
[all …]
/freebsd-14.2/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),
77 ENUM_ENTRY(PointerKind, BasedOnAddress),
79 ENUM_ENTRY(PointerKind, BasedOnType),
80 ENUM_ENTRY(PointerKind, BasedOnSelf),
81 ENUM_ENTRY(PointerKind, Near32),
82 ENUM_ENTRY(PointerKind, Far32),
[all …]
H A DEnumTables.cpp356 CV_ENUM_CLASS_ENT(PointerKind, Near16),
357 CV_ENUM_CLASS_ENT(PointerKind, Far16),
358 CV_ENUM_CLASS_ENT(PointerKind, Huge16),
359 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
360 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
362 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
365 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
366 CV_ENUM_CLASS_ENT(PointerKind, Near32),
367 CV_ENUM_CLASS_ENT(PointerKind, Far32),
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp57 LLVM_YAML_DECLARE_ENUM_TRAITS(PointerKind)
264 void ScalarEnumerationTraits<PointerKind>::enumeration(IO &IO, in enumeration()
266 IO.enumCase(Kind, "Near16", PointerKind::Near16); in enumeration()
267 IO.enumCase(Kind, "Far16", PointerKind::Far16); in enumeration()
268 IO.enumCase(Kind, "Huge16", PointerKind::Huge16); in enumeration()
274 PointerKind::BasedOnSegmentAddress); in enumeration()
275 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()
276 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()
277 IO.enumCase(Kind, "Near32", PointerKind::Near32); in enumeration()
278 IO.enumCase(Kind, "Far32", PointerKind::Far32); in enumeration()
[all …]
/freebsd-14.2/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.h339 enum class PointerKind : uint8_t { enum
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h43 PointerKind, enumerator
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp43 return OSLogBufferItem::PointerKind; in getKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4519 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning() argument
4524 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4528 << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4538 Diag << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4576 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4608 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
H A DSemaDeclAttr.cpp5791 IdentifierInfo *PointerKind = AL.getArgAsIdent(0)->Ident; in handleTypeTagForDatatypeAttr() local
5797 S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(), in handleTypeTagForDatatypeAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h258 uint8_t PointerKind; member