Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2208 int64_t GOTPCRelCst = Offset + MV.getConstant(); in handleIndirectSymViaGOTPCRel() local
2209 if (GOTPCRelCst < 0) in handleIndirectSymViaGOTPCRel()
2211 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2510 int64_t GOTPCRelCst = Offset + MV.getConstant(); in handleIndirectSymViaGOTPCRel() local
2511 if (GOTPCRelCst < 0) in handleIndirectSymViaGOTPCRel()
2513 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0) in handleIndirectSymViaGOTPCRel()