mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-07 12:18:32 +00:00
[dsymutil] Apply clang-format. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -47,8 +47,8 @@ void DebugMapObject::print(raw_ostream &OS) const {
|
||||
for (const auto &Sym : Entries) {
|
||||
OS << format("\t%016" PRIx64 " => %016" PRIx64 "+0x%x\t%s\n",
|
||||
uint64_t(Sym.second.ObjectAddress),
|
||||
uint64_t(Sym.second.BinaryAddress),
|
||||
uint32_t(Sym.second.Size), Sym.first.data());
|
||||
uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size),
|
||||
Sym.first.data());
|
||||
}
|
||||
OS << '\n';
|
||||
}
|
||||
@@ -80,7 +80,7 @@ DebugMapObject::lookupObjectAddress(uint64_t Address) const {
|
||||
|
||||
void DebugMap::print(raw_ostream &OS) const {
|
||||
yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0);
|
||||
yout << const_cast<DebugMap&>(*this);
|
||||
yout << const_cast<DebugMap &>(*this);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user