|
Halide 21.0.0
Halide compiler and libraries
|
This is the complete list of members for Halide::Internal::Elf::Relocation, including all inherited members.
| get_addend() const | Halide::Internal::Elf::Relocation | inline |
| get_offset() const | Halide::Internal::Elf::Relocation | inline |
| get_symbol() const | Halide::Internal::Elf::Relocation | inline |
| get_type() const | Halide::Internal::Elf::Relocation | inline |
| Relocation()=default | Halide::Internal::Elf::Relocation | |
| Relocation(uint32_t type, uint64_t offset, int64_t addend, const Symbol *symbol) | Halide::Internal::Elf::Relocation | inline |
| set_addend(int64_t addend) | Halide::Internal::Elf::Relocation | inline |
| set_offset(uint64_t offset) | Halide::Internal::Elf::Relocation | inline |
| set_symbol(const Symbol *symbol) | Halide::Internal::Elf::Relocation | inline |
| set_type(uint32_t type) | Halide::Internal::Elf::Relocation | inline |