Home
last modified time | relevance | path

Searched refs:isGVInGOT (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp363 bool ARMSubtarget::isGVInGOT(const GlobalValue *GV) const { in isGVInGOT() function in ARMSubtarget
DARMSubtarget.h855 bool isGVInGOT(const GlobalValue *GV) const;
DARMInstructionSelector.cpp684 if (STI.isGVInGOT(GV)) in selectGlobal()