Searched refs:Near32 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 357 Near32 = 0x0a, // 32 bit pointer enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 369 CV_ENUM_CLASS_ENT(PointerKind, Near32),
|
H A D | TypeDumpVisitor.cpp | 81 ENUM_ENTRY(PointerKind, Near32),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 181 RETURN_CASE(PointerKind, Near32, "ptr32"); in pointerKind()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1921 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 D | CodeViewYAMLTypes.cpp | 278 IO.enumCase(Kind, "Near32", PointerKind::Near32); in enumeration()
|