Returns the section name for offloading entries based on the target triple.
Declared in <llvm/Frontend/Offloading/Utility.h>
StringRef
getOffloadEntrySection(Module& M);
ELF: "llvm_offload_entries", COFF: "llvm_offload_entries", Mach-O: "__LLVM,offload_entries".
The offloading entry section name for the module's object format.
| Name | Description |
|---|---|
| M | The module whose target triple selects the section name. |