Set the offset of this section within the Wasm code/data section.
Synopsis
Declared in <llvm/MC/MCSectionWasm.h>
void
setSectionOffset(uint64_t Offset);
Parameters
Name |
Description |
Offset |
Offset relative to the start of the data payload. |
Created with MrDocs