Home
last modified time | relevance | path

Searched refs:Near32 (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h347 Near32 = 0x0a, // 32 bit pointer enumerator
/openbsd/src/gnu/llvm/llvm/docs/PDB/
DCodeViewTypes.rst97 Near32 = 0x0a, // 32 bit pointer
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp365 CV_ENUM_CLASS_ENT(PointerKind, Near32),
DTypeDumpVisitor.cpp81 ENUM_ENTRY(PointerKind, Near32),
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp179 RETURN_CASE(PointerKind, Near32, "ptr32"); in pointerKind()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1888 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1951 : PointerKind::Near32; in lowerTypeMemberPointer()
2639 : PointerKind::Near32; in getVBPTypeIndex()
2695 : PointerKind::Near32, in getTypeIndexForReferenceTo()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp277 IO.enumCase(Kind, "Near32", PointerKind::Near32); in enumeration()