Loading lld/COFF/PDB.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1789,7 +1789,7 @@ static bool findLineTable(const SectionChunk *c, uint32_t addr, } // Use CodeView line tables to resolve a file and line number for the given // offset into the given chunk and return them, or {"", 0} if a line table was // offset into the given chunk and return them, or None if a line table was // not found. Optional<std::pair<StringRef, uint32_t>> getFileLineCodeView(const SectionChunk *c, uint32_t addr) { Loading Loading
lld/COFF/PDB.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1789,7 +1789,7 @@ static bool findLineTable(const SectionChunk *c, uint32_t addr, } // Use CodeView line tables to resolve a file and line number for the given // offset into the given chunk and return them, or {"", 0} if a line table was // offset into the given chunk and return them, or None if a line table was // not found. Optional<std::pair<StringRef, uint32_t>> getFileLineCodeView(const SectionChunk *c, uint32_t addr) { Loading