Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp188 RefFlags |= (MF->getInfo<AArch64FunctionInfo>()->hasELFSignedGOT() in lowerSymbolOperandELF()
195 if (MF->getInfo<AArch64FunctionInfo>()->hasELFSignedGOT()) { in lowerSymbolOperandELF()
228 RefFlags |= MF->getInfo<AArch64FunctionInfo>()->hasELFSignedGOT() in lowerSymbolOperandELF()
H A DAArch64MachineFunctionInfo.h558 bool hasELFSignedGOT() const { return HasELFSignedGOT; } in hasELFSignedGOT() function
H A DAArch64AsmPrinter.cpp2352 ->hasELFSignedGOT(); in LowerMOVaddrPAC()
H A DAArch64FastISel.cpp448 if (FuncInfo.MF->getInfo<AArch64FunctionInfo>()->hasELFSignedGOT()) in materializeGV()
H A DAArch64ISelLowering.cpp9829 ->hasELFSignedGOT()) in getGOT()
10119 DAG.getMachineFunction().getInfo<AArch64FunctionInfo>()->hasELFSignedGOT() in LowerELFTLSDescCallSeq()
10137 TLSModel::Model Model = MFI->hasELFSignedGOT() in LowerELFGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2980 I.setDesc(TII.get(MF.getInfo<AArch64FunctionInfo>()->hasELFSignedGOT() in select()