Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.h215 bool shouldEmitGOTReloc(const GlobalValue *GV) const;
DSIISelLowering.cpp5014 bool SITargetLowering::shouldEmitGOTReloc(const GlobalValue *GV) const { in shouldEmitGOTReloc() function in SITargetLowering
5024 return !shouldEmitFixup(GV) && !shouldEmitGOTReloc(GV); in shouldEmitPCReloc()
5689 !shouldEmitGOTReloc(GA->getGlobal()); in isOffsetFoldingLegal()