Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp47 bool SystemZSubtarget::isPC32DBLSymbol(const GlobalValue *GV, in isPC32DBLSymbol() function in SystemZSubtarget
DSystemZSubtarget.h123 bool isPC32DBLSymbol(const GlobalValue *GV, CodeModel::Model CM) const;
DSystemZISelLowering.cpp2473 if (Subtarget.isPC32DBLSymbol(GV, CM)) { in lowerGlobalAddress()