mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
DebugInfo: enumerator values returned as int64 as they are stored
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20af501d6f
commit
b26da887d6
@ -222,7 +222,7 @@ namespace llvm {
|
||||
explicit DIEnumerator(const MDNode *N = 0) : DIDescriptor(N) {}
|
||||
|
||||
StringRef getName() const { return getStringField(1); }
|
||||
uint64_t getEnumValue() const { return getUInt64Field(2); }
|
||||
int64_t getEnumValue() const { return getInt64Field(2); }
|
||||
bool Verify() const;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user