Home
last modified time | relevance | path

Searched refs:Near64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h359 Near64 = 0x0c // 64 bit pointer enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp371 CV_ENUM_CLASS_ENT(PointerKind, Near64),
H A DTypeDumpVisitor.cpp83 ENUM_ENTRY(PointerKind, Near64),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp183 RETURN_CASE(PointerKind, Near64, "ptr64"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1921 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1983 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in dwarfCCToCodeView()
2671 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getTypeIndex()
2727 getPointerSizeInBytes() == 8 ? PointerKind::Near64 in getCompleteTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp280 IO.enumCase(Kind, "Near64", PointerKind::Near64); in enumeration()