1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/DebugInfo/GSYM
Xing GUO 0cc48af0ab [Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>
Summary:
In D77860, we have changed `getSymbolFlags()` return type to `Expected<uint32_t>`.
This change helps bubble the error further up the stack.

Reviewers: jhenderson, grimar, JDevlieghere, MaskRay

Reviewed By: jhenderson

Subscribers: hiraditya, MaskRay, rupprecht, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79075
2020-05-02 14:04:44 +08:00
..
CMakeLists.txt Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
DwarfTransformer.cpp [NFC] Move ValidTextRanges out of DwarfTransformer and into GsymCreator and unify address is not in GSYM errors so all strings match. 2020-02-15 16:48:23 -08:00
FileWriter.cpp
FunctionInfo.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
GsymCreator.cpp Fix buildbots with merge that didn't happen for 4050b01ba9ece02721ec496383baee219ca8cc2b. 2020-03-04 19:28:24 -08:00
GsymReader.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
Header.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
InlineInfo.cpp Add an Offset field to the SourceLocation for LookupResult objects. 2020-02-19 16:12:32 -08:00
LineTable.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
LLVMBuild.txt Add missing dependency to fix shared library build. 2020-02-26 01:59:53 -05:00
LookupResult.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
ObjectFileTransformer.cpp [Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t> 2020-05-02 14:04:44 +08:00
Range.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00