mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-30 05:24:22 +00:00
Fix one comment and update another. Slightly reformat.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -353,7 +353,7 @@ private:
|
|||||||
DIEEntry *createDIEEntry(DIE *Entry);
|
DIEEntry *createDIEEntry(DIE *Entry);
|
||||||
|
|
||||||
/// resolve - Look in the DwarfDebug map for the MDNode that
|
/// resolve - Look in the DwarfDebug map for the MDNode that
|
||||||
/// corresponds to a scope reference.
|
/// corresponds to the reference.
|
||||||
template <typename T> T resolve(DIRef<T> Ref) const {
|
template <typename T> T resolve(DIRef<T> Ref) const {
|
||||||
return DD->resolve(Ref);
|
return DD->resolve(Ref);
|
||||||
}
|
}
|
||||||
|
@ -713,9 +713,8 @@ public:
|
|||||||
/// Returns the Dwarf Version.
|
/// Returns the Dwarf Version.
|
||||||
unsigned getDwarfVersion() const { return DwarfVersion; }
|
unsigned getDwarfVersion() const { return DwarfVersion; }
|
||||||
|
|
||||||
/// Find the MDNode for the given scope reference.
|
/// Find the MDNode for the given reference.
|
||||||
template <typename T>
|
template <typename T> T resolve(DIRef<T> Ref) const {
|
||||||
T resolve(DIRef<T> Ref) const {
|
|
||||||
return Ref.resolve(TypeIdentifierMap);
|
return Ref.resolve(TypeIdentifierMap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user