Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
169 RETURN_CASE(PointerKind, BasedOnSegment, "segment based"); in pointerKind()
170 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
171 RETURN_CASE(PointerKind, BasedOnSegmentValue, "segment value based"); in pointerKind()
172 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
173 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
174 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp352 CV_ENUM_CLASS_ENT(PointerKind, Near16),
353 CV_ENUM_CLASS_ENT(PointerKind, Far16),
354 CV_ENUM_CLASS_ENT(PointerKind, Huge16),
355 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
356 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
357 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
358 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
359 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentAddress),
360 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
361 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
[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),
75 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
76 ENUM_ENTRY(PointerKind, BasedOnAddress),
77 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
78 ENUM_ENTRY(PointerKind, BasedOnType),
79 ENUM_ENTRY(PointerKind, BasedOnSelf),
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp57 LLVM_YAML_DECLARE_ENUM_TRAITS(PointerKind)
264 void ScalarEnumerationTraits<PointerKind>::enumeration(IO &IO, in enumeration()
265 PointerKind &Kind) { 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()
269 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()
270 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()
271 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()
272 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()
[all …]
/netbsd-src/external/apache2/llvm/dist/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.h331 enum class PointerKind : uint8_t { enum
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOSLog.h43 PointerKind, enumerator
/netbsd-src/external/apache2/llvm/dist/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()
2510 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getVBPTypeIndex()
2511 : PointerKind::Near32; in getVBPTypeIndex()
2566 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndexForReferenceTo()
2567 : PointerKind::Near32, in getTypeIndexForReferenceTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOSLog.cpp42 return OSLogBufferItem::PointerKind; in getKind()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst86 enum class PointerKind : uint8_t {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4233 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning() argument
4238 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()
4242 << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4252 Diag << static_cast<unsigned>(PointerKind); in emitNullabilityConsistencyWarning()
4290 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()
4322 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()
H A DSemaDeclAttr.cpp5069 IdentifierInfo *PointerKind = AL.getArgAsIdent(0)->Ident; in handleTypeTagForDatatypeAttr() local
5075 S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(), in handleTypeTagForDatatypeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h253 uint8_t PointerKind; member