Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h185 bool HasELFSignedGOT = false; variable
558 bool hasELFSignedGOT() const { return HasELFSignedGOT; } in hasELFSignedGOT()
H A DAArch64MachineFunctionInfo.cpp100 HasELFSignedGOT = hasELFSignedGOTHelper(F, STI); in AArch64FunctionInfo()