Return the pointer‐jump stub content for the architecture of G.

Synopsis

Declared in <llvm/ExecutionEngine/JITLink/loongarch.h>

ArrayRef<char>
getStubBlockContent(LinkGraph& G);

Return Value

LA64 or LA32 stub bytes for G's pointer size.

Parameters

Name

Description

G

Link graph whose pointer size selects LA64 or LA32 stub content.

Created with MrDocs