Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2555 GlobalValue *LHSGV; in lowerConstant() local
2558 if (IsConstantOffsetFromGlobal(CE->getOperand(0), LHSGV, LHSOffset, in lowerConstant()
2565 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()
2568 MCSymbolRefExpr::create(getSymbol(LHSGV), Ctx); in lowerConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp697 if (auto *LHSGV = dyn_cast<GlobalValue>(LHS)) { in getRelocationInfo() local
698 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal()) in getRelocationInfo()