LLVM 19.0.0git
Public Attributes | List of all members
llvm::jitlink::ppc64::PLTCallStubInfo Struct Reference

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

Public Attributes

ArrayRef< charContent
 
SmallVector< PLTCallStubReloc, 2 > Relocs
 

Detailed Description

Definition at line 88 of file ppc64.h.

Member Data Documentation

◆ Content

ArrayRef<char> llvm::jitlink::ppc64::PLTCallStubInfo::Content

Definition at line 89 of file ppc64.h.

Referenced by llvm::jitlink::ppc64::createAnonymousPointerJumpStub().

◆ Relocs

SmallVector<PLTCallStubReloc, 2> llvm::jitlink::ppc64::PLTCallStubInfo::Relocs

Definition at line 90 of file ppc64.h.

Referenced by llvm::jitlink::ppc64::createAnonymousPointerJumpStub().


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