Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
94b43160963daa7fbbf561f00f3a4e682f60d91d
/
llvm
/
lib
/
DebugInfo
/
Symbolize
/
SymbolizableObjectFile.cpp
0feb6e5
Symbolize: Remove dead code. NFCI.
by Peter Collingbourne
· 6 years ago
e183340
Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef>
by Fangrui Song
· 6 years ago
4da9ff9
Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>"
by Hans Wennborg
· 6 years ago
a076ec5
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
by Fangrui Song
· 6 years ago
dd0e833
[llvm-symbolizer] Fix section index at the end of a section
by Fangrui Song
· 7 years ago
cb300f1
[Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>
by Fangrui Song
· 7 years ago
afb54fd
[Symbolize] Replace map<SymbolDesc, StringRef> with sorted vector
by Fangrui Song
· 7 years ago
e2622b3
[Symbolize] Keep SymbolDescs with the same address and improve getNameFromSymbolTable heuristic
by Fangrui Song
· 7 years ago
b2c4b8b
[DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"
by Alexey Lapshin
· 7 years ago
77fc1f6
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
by Alexey Lapshin
· 7 years ago
123be5d
[symbolizer] Avoid collecting symbols belonging to invalid sections.
by Matt Davis
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
44d9512
[MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
dafc5d7
Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
by Reid Kleckner
· 9 years ago
931cb65
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
7bd8d99
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 10 years ago
81e8b7d
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 10 years ago
5afbc1c
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
by Kevin Enderby
· 10 years ago
c038e2d
[Symbolizer] Don't use PE symbol tables to override PDB symbols
by Reid Kleckner
· 10 years ago
e46bd74
[LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.
by Alexey Samsonov
· 10 years ago
76f7ecb
[LLVMSymbolize] Move printing the description of a global into a separate function. NFC.
by Alexey Samsonov
· 10 years ago
8df3a07
[LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).
by Alexey Samsonov
· 10 years ago