Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp164 static std::string pointerKind(PointerKind Kind) { in pointerKind()
166 RETURN_CASE(PointerKind, Near16, "ptr16"); in pointerKind()
167 RETURN_CASE(PointerKind, Far16, "far ptr16"); in pointerKind()
168 RETURN_CASE(PointerKind, Huge16, "huge ptr16"); in pointerKind()
170 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
174 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
175 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
176 RETURN_CASE(PointerKind, Near32, "ptr32"); in pointerKind()
177 RETURN_CASE(PointerKind, Far32, "far ptr32"); in pointerKind()
178 RETURN_CASE(PointerKind, Near64, "ptr64"); in pointerKind()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp355 CV_ENUM_CLASS_ENT(PointerKind, Near16),
356 CV_ENUM_CLASS_ENT(PointerKind, Far16),
357 CV_ENUM_CLASS_ENT(PointerKind, Huge16),
358 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
359 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
361 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
363 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
365 CV_ENUM_CLASS_ENT(PointerKind, Near32),
366 CV_ENUM_CLASS_ENT(PointerKind, Far32),
[all …]
H A DTypeDumpVisitor.cpp70 ENUM_ENTRY(PointerKind, Near16),
71 ENUM_ENTRY(PointerKind, Far16),
72 ENUM_ENTRY(PointerKind, Huge16),
73 ENUM_ENTRY(PointerKind, BasedOnSegment),
74 ENUM_ENTRY(PointerKind, BasedOnValue),
76 ENUM_ENTRY(PointerKind, BasedOnAddress),
78 ENUM_ENTRY(PointerKind, BasedOnType),
79 ENUM_ENTRY(PointerKind, BasedOnSelf),
80 ENUM_ENTRY(PointerKind, Near32),
81 ENUM_ENTRY(PointerKind, Far32),
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h287 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord()
292 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord()
299 PointerKind getPointerKind() const { in getPointerKind()
300 return static_cast<PointerKind>((Attrs >> PointerKindShift) & in getPointerKind()
351 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs()
357 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in calcAttrs()
H A DCodeView.h334 enum class PointerKind : uint8_t { enum
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h43 PointerKind, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1761 PointerKind PK = in lowerTypePointer()
1762 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1824 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in lowerTypeMemberPointer()
1825 : PointerKind::Near32; in lowerTypeMemberPointer()
2511 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2512 : PointerKind::Near32; in getVBPTypeIndex()
2567 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
2568 : PointerKind::Near32, in getTypeIndexForReferenceTo()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp42 return OSLogBufferItem::PointerKind; in getKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4266 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning() argument
4271 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4275 << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4285 Diag << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4323 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4355 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
H A DSemaDeclAttr.cpp5174 IdentifierInfo *PointerKind = AL.getArgAsIdent(0)->Ident; in handleTypeTagForDatatypeAttr() local
5180 S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(), in handleTypeTagForDatatypeAttr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h256 uint8_t PointerKind; member