llvm-project/lld/wasm
Rui Ueyama 7d696880fb [WebAssembly] Use more specific type and simplify code.
Instead of {Function,Global,Data}Symbol, use Defined{Function,Global,Data}
because undefined symbol should never reach this function.

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

llvm-svn: 326275
2018-02-28 00:18:34 +00:00
..
CMakeLists.txt [WebAssembly] Add support for --gc-sections 2018-01-31 01:45:47 +00:00
Config.h [WebAssembly] Refactor linker-generated symbols. NFC. 2018-02-02 22:59:56 +00:00
Driver.cpp [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
InputChunks.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
InputChunks.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
InputFiles.cpp [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
InputFiles.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
InputGlobal.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
MarkLive.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
MarkLive.h Consistent (non) use of empty lines in include blocks 2018-02-20 21:53:18 +00:00
Options.td [WebAssembly] Add support for --gc-sections 2018-01-31 01:45:47 +00:00
OutputSections.cpp Consistent (non) use of empty lines in include blocks 2018-02-20 21:53:18 +00:00
OutputSections.h Refactor wasm/WriterUtil.{cpp,h}. 2018-02-16 20:38:00 +00:00
OutputSegment.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
SymbolTable.cpp [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
SymbolTable.h [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
Symbols.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
Symbols.h [WebAssembly] Remove LastDefinedKind for consistency with undefined kinds. NFC. 2018-02-28 00:16:11 +00:00
Writer.cpp [WebAssembly] Use more specific type and simplify code. 2018-02-28 00:18:34 +00:00
Writer.h
WriterUtils.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
WriterUtils.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00