Home
last modified time | relevance | path

Searched refs:SignInstrLabel (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h171 MCSymbol *SignInstrLabel = nullptr; variable
459 MCSymbol *getSigningInstrLabel() const { return SignInstrLabel; } in getSigningInstrLabel()
460 void setSigningInstrLabel(MCSymbol *Label) { SignInstrLabel = Label; } in setSigningInstrLabel()