Lines Matching defs:LocalOffset
269 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
275 LocalOffset->print(OS, MAI);
308 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
311 // encode LocalOffset.
312 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset);
363 unsigned encodePPC64LocalEntryOffset(const MCExpr *LocalOffset) {
366 if (!LocalOffset->evaluateAsAbsolute(Offset, MCA))
367 MCA.getContext().reportError(LocalOffset->getLoc(),
373 LocalOffset->getLoc(), ".localentry expression must be a power of 2");
407 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
433 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {