llvm-capstone/lld/wasm
Martin Storsjo 5ebab1f8f9 [LLD] Simplify the demangleItanium function. NFC.
Instead of returning an optional, just return the input string if
demangling fails, as that's what all callers use anyway.

Differential Revision: https://reviews.llvm.org/D68015

llvm-svn: 373077
2019-09-27 12:24:18 +00:00
..
CMakeLists.txt [WebAssembly] Refactor synthetic sections and relocation processing. NFC. 2019-05-21 09:13:09 +00:00
Config.h [WebAssembly] Initialize memory in start function 2019-09-04 19:50:39 +00:00
Driver.cpp [lld][WebAssembly] Preserve symbol flags in --relocatable output 2019-09-23 21:28:29 +00:00
InputChunks.cpp [WebAssembly][lld] Fix crash when applying relocations to debug sections 2019-08-20 18:39:24 +00:00
InputChunks.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
InputEvent.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
InputFiles.cpp [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions 2019-09-24 20:52:12 +00:00
InputFiles.h [lld][WebAssembly] Fix use after free of archive path 2019-09-18 21:51:03 +00:00
InputGlobal.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
LTO.cpp [WebAssembly] Implement NO_STRIP 2019-08-29 22:41:05 +00:00
LTO.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
MarkLive.cpp [WebAssembly] Initialize memory in start function 2019-09-04 19:50:39 +00:00
MarkLive.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Options.td [WebAssembly] Initialize memory in start function 2019-09-04 19:50:39 +00:00
OutputSections.cpp [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
OutputSections.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
OutputSegment.h [WebAssembly] Sort output data sections to place .bss last 2019-09-19 01:14:59 +00:00
Relocations.cpp [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions 2019-09-24 20:52:12 +00:00
Relocations.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
Symbols.cpp [LLD] Simplify the demangleItanium function. NFC. 2019-09-27 12:24:18 +00:00
Symbols.h [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions 2019-09-24 20:52:12 +00:00
SymbolTable.cpp [lld][WebAssembly] Preserve symbol flags in --relocatable output 2019-09-23 21:28:29 +00:00
SymbolTable.h [lld][WebAssembly] Add optional symbols after input file handling 2019-08-08 16:58:36 +00:00
SyntheticSections.cpp [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions 2019-09-24 20:52:12 +00:00
SyntheticSections.h [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions 2019-09-24 20:52:12 +00:00
Writer.cpp [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions 2019-09-24 20:52:12 +00:00
Writer.h [WebAssembly] Refactor synthetic sections and relocation processing. NFC. 2019-05-21 09:13:09 +00:00
WriterUtils.cpp [WebAssembly] Initialize memory in start function 2019-09-04 19:50:39 +00:00
WriterUtils.h [WebAssembly] Initialize memory in start function 2019-09-04 19:50:39 +00:00