Skip to content

Commit 6a07ff4

Browse files
reformat
1 parent 26a5bde commit 6a07ff4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/DebugInfo/GSYM/GsymContext.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static bool fillLineInfoFromLocation(const SourceLocation &Location,
6262

6363
std::optional<DILineInfo>
6464
GsymContext::getLineInfoForAddress(object::SectionedAddress Address,
65-
DILineInfoSpecifier Specifier) {
65+
DILineInfoSpecifier Specifier) {
6666
if (Address.SectionIndex != object::SectionedAddress::UndefSection)
6767
return {};
6868

@@ -101,8 +101,8 @@ GsymContext::getLineInfoForDataAddress(object::SectionedAddress Address) {
101101

102102
DILineInfoTable
103103
GsymContext::getLineInfoForAddressRange(object::SectionedAddress Address,
104-
uint64_t Size,
105-
DILineInfoSpecifier Specifier) {
104+
uint64_t Size,
105+
DILineInfoSpecifier Specifier) {
106106
if (Size == 0)
107107
return DILineInfoTable();
108108

@@ -132,7 +132,7 @@ GsymContext::getLineInfoForAddressRange(object::SectionedAddress Address,
132132

133133
DIInliningInfo
134134
GsymContext::getInliningInfoForAddress(object::SectionedAddress Address,
135-
DILineInfoSpecifier Specifier) {
135+
DILineInfoSpecifier Specifier) {
136136
auto ResultOrErr = Reader->lookup(Address.Address);
137137

138138
if (!ResultOrErr)

0 commit comments

Comments
 (0)