llvm-project/llvm/lib/Object
Juergen Ributzka 3025c3eded Replace PlatformKind with PlatformType.
The PlatformKind/PlatformType enums contain the same information, which requires
them to be kept in-sync. This commit changes over to PlatformType as the sole
source of truth, which allows the removal of the redundant PlatformKind.

The majority of the changes were in LLD and TextAPI.

Reviewed By: cishida

Differential Revision: https://reviews.llvm.org/D117163
2022-01-13 09:23:49 -08:00
..
Archive.cpp [llvm-ar] Fix for handling thin archive with SYM64 and a test case for it 2021-08-05 10:06:34 -07:00
ArchiveWriter.cpp [llvm] Add null-termination capability to SmallVectorMemoryBuffer 2021-12-09 11:32:13 +01:00
Binary.cpp [SystemZ][z/OS] Add GOFF support to file magic identification 2021-07-20 10:50:47 -04:00
CMakeLists.txt Revert "Extract LC_CODE_SIGNATURE related implementation out of LLD" 2021-10-01 17:19:50 -07:00
COFFImportFile.cpp
COFFModuleDefinition.cpp [Object] Deduplicate the three createError functions 2021-10-11 16:36:57 +02:00
COFFObjectFile.cpp [NFC][object] Change the input parameter of the method isDebugSection. 2021-05-26 08:47:53 +00:00
Decompressor.cpp
ELF.cpp [VE] Support R_VE_RELATIVE 2021-12-13 20:28:35 +09:00
ELFObjectFile.cpp [llvm] Use range-based for loops (NFC) 2021-11-29 09:04:44 -08:00
Error.cpp
FaultMapParser.cpp [FaultsMaps][llvm-objdump] Move FaultMapParser to Object/. Remove CodeGen dependency from llvm-objdump 2021-01-27 10:39:59 -08:00
IRObjectFile.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
IRSymtab.cpp [IRSymTab] Mark __stack_chk_guard used 2021-10-28 11:22:26 -07:00
MachOObjectFile.cpp [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
MachOUniversal.cpp
MachOUniversalWriter.cpp [llvm][lldb] Remove unused SmallVectorMemoryBuffer.h includes 2021-12-09 11:32:13 +01:00
Minidump.cpp
ModuleSymbolTable.cpp [IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirectSymbol 2021-10-20 10:29:47 -07:00
Object.cpp [llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(OS.str()) 2021-10-05 18:42:12 +01:00
ObjectFile.cpp Support: Use Expected<T>::moveInto() in a few places 2021-10-22 12:40:10 -07:00
RecordStreamer.cpp [MC] Support .symver *, *, remove 2021-03-06 15:23:02 -08:00
RecordStreamer.h [MC] Support .symver *, *, remove 2021-03-06 15:23:02 -08:00
RelocationResolver.cpp [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
SymbolSize.cpp [llvm-objdump][XCOFF] Enable the -l (--line-numbers) option. 2021-06-10 04:37:06 +00:00
SymbolicFile.cpp [SystemZ][z/OS] Add GOFF support to file magic identification 2021-07-20 10:50:47 -04:00
TapiFile.cpp Replace PlatformKind with PlatformType. 2022-01-13 09:23:49 -08:00
TapiUniversal.cpp [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
WasmObjectFile.cpp [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
WindowsMachineFlag.cpp
WindowsResource.cpp
XCOFFObjectFile.cpp Revert "[llvm-readobj][XCOFF] dump auxiliary symbols." 2022-01-12 09:42:05 -05:00