llvm-project/llvm/tools/llvm-readobj
Fangrui Song b68bf98c0a [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC
By default, such a non-template variable of non-volatile const-qualified type
having namespace-scope has internal linkage ([basic.link]), so no need for `static`.
2021-10-18 22:21:54 -07:00
..
ARMEHABIPrinter.h [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
ARMWinEHPrinter.cpp [llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(OS.str()) 2021-10-05 18:42:12 +01:00
ARMWinEHPrinter.h [llvm-readobj] [COFF] Resolve relocations pointing at section symbols for arm64 too 2021-09-14 11:04:46 +03:00
CMakeLists.txt [llvm-readobj] Switch command line parsing from llvm::cl to OptTable 2021-07-12 10:14:42 -07:00
COFFDumper.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
COFFImportDumper.cpp
DwarfCFIEHPrinter.h [DWARF] Don't process .debug_info relocations for DWO Context 2021-08-02 10:41:47 -07:00
ELFDumper.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
MachODumper.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
ObjDumper.cpp [llvm-readobj][XCOFF] Warn about invalid offset 2021-08-06 08:54:02 +00:00
ObjDumper.h [llvm-readobj][XCOFF] Fix the error dumping for the first 2021-08-03 09:08:58 +00:00
Opts.td [llvm-readelf] Make -W an alias of --wide 2021-10-15 16:27:53 +01:00
StackMapPrinter.h
WasmDumper.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
Win64EHDumper.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
Win64EHDumper.h
WindowsResourceDumper.cpp [llvm-readobj] - Remove Error.cpp,.h and drop dependencies in the code. 2020-09-01 16:46:17 +03:00
WindowsResourceDumper.h
XCOFFDumper.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
llvm-readobj.cpp [llvm-readobj] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:21:54 -07:00
llvm-readobj.h [llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]] 2021-07-28 09:31:14 -07:00