llvm-project/llvm/lib/MC/MCParser
Joseph Huber 1d2ce4da84 [Object] Add ELF section type for offloading objects
Currently we use the `.llvm.offloading` section to store device-side
objects inside the host, creating a fat binary. The contents of these
sections is currently determined by the name of the section while it
should ideally be determined by its type. This patch adds the new
`SHT_LLVM_OFFLOADING` section type to the ELF section types. Which
should make it easier to identify this specific data format.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D129052
2022-07-07 12:20:30 -04:00
..
AsmLexer.cpp [MC] Skip lower-case integer suffixes 2022-06-29 20:55:05 -07:00
AsmParser.cpp Revert "[MCParser] Use default member initialization (NFC)" 2022-06-18 21:02:09 -07:00
CMakeLists.txt [SystemZ][z/OS] Introduce initial support for GOFF asm parser 2021-10-01 10:29:14 -04:00
COFFAsmParser.cpp [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
COFFMasmParser.cpp [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DarwinAsmParser.cpp [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
ELFAsmParser.cpp [Object] Add ELF section type for offloading objects 2022-07-07 12:20:30 -04:00
GOFFAsmParser.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MCAsmLexer.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MCAsmParser.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
MCAsmParserExtension.cpp Cleanup MCParser headers 2022-02-11 10:39:29 +01:00
MCTargetAsmParser.cpp
MasmParser.cpp [ms] [llvm-ml] Add support for anonymous labels (`@@`, `@B`, `@F`) 2022-07-07 10:29:10 -04:00
WasmAsmParser.cpp [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
XCOFFAsmParser.cpp Cleanup MCParser headers 2022-02-11 10:39:29 +01:00