Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h237 bool shouldEmitGOTReloc(const GlobalValue *GV) const;
H A DSIISelLowering.cpp6519 bool SITargetLowering::shouldEmitGOTReloc(const GlobalValue *GV) const { in shouldEmitGOTReloc() function in SITargetLowering
6531 return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV); in shouldEmitPCReloc()
7568 !shouldEmitGOTReloc(GA->getGlobal()); in isOffsetFoldingLegal()