Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h357 Near32 = 0x0a, // 32 bit pointer enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp369 CV_ENUM_CLASS_ENT(PointerKind, Near32),
H A DTypeDumpVisitor.cpp81 ENUM_ENTRY(PointerKind, Near32),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp181 RETURN_CASE(PointerKind, Near32, "ptr32"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1921 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32; in lowerTypePointer()
1984 : PointerKind::Near32; in dwarfCCToCodeView()
2672 : PointerKind::Near32; in getTypeIndex()
2728 : PointerKind::Near32, in getCompleteTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp278 IO.enumCase(Kind, "Near32", PointerKind::Near32); in enumeration()