Searched refs:shouldEmitFixup (Results 1 – 2 of 2) sorted by relevance
168 bool shouldEmitFixup(const GlobalValue *GV) const;
3896 bool SITargetLowering::shouldEmitFixup(const GlobalValue *GV) const { in shouldEmitFixup() function in SITargetLowering3907 !shouldEmitFixup(GV) && in shouldEmitGOTReloc()3912 return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV); in shouldEmitPCReloc()4424 if (shouldEmitFixup(GV)) in LowerGlobalAddress()