1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/MC/MCParser
Rahman Lavaee 194be1c7dd Introduce and use a new section type for the bb_addr_map section.
This patch lets the bb_addr_map (renamed to __llvm_bb_addr_map) section use a special section type (SHT_LLVM_BB_ADDR_MAP) instead of SHT_PROGBITS. This would help parsers, dumpers and other tools to use the sh_type ELF field to identify this section rather than relying on string comparison on the section name.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D88199
2020-10-08 11:13:19 -07:00
..
AsmLexer.cpp [ms] [llvm-ml] Add MASM hex float support 2020-09-29 16:57:32 -04:00
AsmParser.cpp [ms] [llvm-ml] Add support for size queries in MASM 2020-09-14 14:27:06 -04:00
CMakeLists.txt
COFFAsmParser.cpp
COFFMasmParser.cpp [ms] [llvm-ml] Add support for "alias" directive 2020-09-29 16:59:50 -04:00
DarwinAsmParser.cpp
ELFAsmParser.cpp Introduce and use a new section type for the bb_addr_map section. 2020-10-08 11:13:19 -07:00
LLVMBuild.txt
MasmParser.cpp [ms] [llvm-ml] Accept whitespace around the dot operator 2020-09-29 17:01:13 -04:00
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp
WasmAsmParser.cpp