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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h342 Near32 = 0x0a, // 32 bit pointer member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp354 CV_ENUM_CLASS_ENT(PointerKind, Near32),
H A DTypeDumpVisitor.cpp80 ENUM_ENTRY(PointerKind, Near32),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1712 Ty->getSizeInBits() == 64 ? PointerKind::Near64 : PointerKind::Near32;
1773 : PointerKind::Near32;
2448 : PointerKind::Near32;
2504 : PointerKind::Near32, member in class:PointerKind
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp176 RETURN_CASE(PointerKind, Near32, "ptr32");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp272 IO.enumCase(Kind, "Near32", PointerKind::Near32);

Completed in 135 milliseconds