summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView')
-rw-r--r--llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp b/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
index ebee8d6450c..4af5dcaf722 100644
--- a/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
+++ b/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
@@ -20,13 +20,9 @@ using namespace codeview;
namespace {
-const uint32_t PointerKindMask = 0x0000001f;
const int PointerKindShift = 0;
-const uint32_t PointerModeMask = 0x000000e0;
const int PointerModeShift = 5;
-const uint32_t PointerSizeMask = 0x0007e000;
const int PointerSizeShift = 13;
-const uint32_t PointerOptionsMask = 0x00081f00;
const int ClassHfaKindShift = 11;
const int ClassWindowsRTClassKindShift = 14;
OpenPOWER on IntegriCloud