LLVM 19.0.0git
Public Attributes | List of all members
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:
Inheritance graph
[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 186 of file aarch32.h.

Member Data Documentation

◆ checkOpcode

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

Definition at line 187 of file aarch32.h.


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