Searched refs:shouldEmitFixup (Results 1 – 3 of 3) sorted by relevance
235 bool shouldEmitFixup(const GlobalValue *GV) const;
6100 bool SITargetLowering::shouldEmitFixup(const GlobalValue *GV) const { in shouldEmitFixup() function in SITargetLowering6115 !shouldEmitFixup(GV) && in shouldEmitGOTReloc()6120 return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV); in shouldEmitPCReloc()7220 if (shouldEmitFixup(GV)) in LowerGlobalAddress()
2926 if (TLI->shouldEmitFixup(GV)) { in legalizeGlobalValue()