summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
AgeCommit message (Expand)Author
2025-03-25[Symbolize] Always use filename:line from debug info when debug info for the ...Zequan Wu
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata
2024-01-17[DebugInfo] Use StringRef::consume_front (NFC)Kazu Hirata
2023-12-15[symbolizer] Support symbol+offset lookup (#75067)Serge Pavlov
2023-11-01[symbolizer] Support symbol lookupSerge Pavlov
2023-10-02Revert "[symbolizer] Support symbol lookup"Serge Pavlov
2023-10-02[symbolizer] Support symbol lookupSerge Pavlov
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-09-13Don't populate the symbol table with symbols that don't belong to a section w...George Wright
2022-05-23[symbolizer] Parse DW_TAG_variable DIs to show line info for globalsMitch Phillips
2022-02-03[DebugInfo] Move the SymbolizableObjectFile header to include/llvm.Snehasish Kumar
2021-05-19[symbolizer] Added StartAddress for the resolved function.Alex Orlov
2021-02-12DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization af...Fangrui Song
2021-02-11DebugInfo/Symbolize: Use stable_sortFangrui Song
2021-02-11DebugInfo/Symbolize: Don't differentiate function/data symbolizationFangrui Song
2021-02-10DebugInfo/Symbolize: Retrieve filename from the preceding STT_FILE for .symta...Fangrui Song
2021-02-08DebugInfo/Symbolize: Allow STT_NOTYPE/STT_GNU_IFUNC symbols for .symtab symbo...Fangrui Song
2020-09-17SymbolizableObjectFile.h - remove unnecessary includes. NFCI.Simon Pilgrim
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner
2020-06-05Revert "Migrate the rest of COFFObjectFile to Error"Nico Weber
2020-06-05Migrate the rest of COFFObjectFile to ErrorReid Kleckner
2020-03-20Cleanup the plumbing for DILineInfoSpecifier. [NFC - Try 2]Sterling Augustine
2020-03-19Revert "Cleanup the plumbing for DILineInfoSpecifier. [NFC]"Sterling Augustine
2020-03-19Cleanup the plumbing for DILineInfoSpecifier. [NFC]Sterling Augustine
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin
2019-08-06Silence ubsan after r367926.Peter Collingbourne
2019-08-05llvm-symbolizer: Untag addresses in object files by default.Peter Collingbourne
2019-07-08Teach the symbolizer lib symbolize objects directly.Yuanfang Chen
2019-06-24llvm-symbolizer: Add a FRAME command.Peter Collingbourne
2019-06-13Symbolize: Remove dead code. NFCI.Peter Collingbourne
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song
2019-04-20[llvm-symbolizer] Fix section index at the end of a sectionFangrui Song
2019-04-06[Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>Fangrui Song
2019-04-05[Symbolize] Replace map<SymbolDesc, StringRef> with sorted vectorFangrui Song
2019-04-04[Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym...Fangrui Song
2019-03-23 [DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"Alexey Lapshin
2019-02-27[DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin
2019-02-14[symbolizer] Avoid collecting symbols belonging to invalid sections.Matt Davis
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner