Searched refs:RSym (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp95 MCSymbol *RSym = Ctx.GetOrCreateSymbol(RSymName); variable
96 if (!RSym->isVariable())
97 RSym->setVariableValue(MCConstantExpr::Create(RSymAddr, Ctx));
99 const MCExpr *RHS = MCSymbolRefExpr::Create(RSym, Ctx);

Completed in 92 milliseconds