LLVM 22.0.0git
llvm::jitlink::aarch32::FixupInfoThumb Struct Reference

FixupInfo check for Thumb32 edge kinds work on a pair of 16-bit halfwords. More...

#include "llvm/ExecutionEngine/JITLink/aarch32.h"

Inheritance diagram for llvm::jitlink::aarch32::FixupInfoThumb:
[legend]

Public Attributes

bool(* checkOpcode )(uint16_t Hi, uint16_t Lo) = nullptr

Additional Inherited Members

Detailed Description

FixupInfo check for Thumb32 edge kinds work on a pair of 16-bit halfwords.

Definition at line 187 of file aarch32.h.

Member Data Documentation

◆ checkOpcode

bool(* llvm::jitlink::aarch32::FixupInfoThumb::checkOpcode) (uint16_t Hi, uint16_t Lo) = nullptr

Definition at line 188 of file aarch32.h.


The documentation for this struct was generated from the following file: