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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h350 Near32 = 0x0a, // 32 bit pointer member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp366 CV_ENUM_CLASS_ENT(PointerKind, Near32),
H A DTypeDumpVisitor.cpp81 ENUM_ENTRY(PointerKind, Near32),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp180 RETURN_CASE(PointerKind, Near32, "ptr32");
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1921 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32;
1984 : PointerKind::Near32;
2672 : PointerKind::Near32;
2728 : PointerKind::Near32, member in class:PointerKind
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp277 IO.enumCase(Kind, "Near32", PointerKind::Near32);

Completed in 89 milliseconds