Lines Matching defs:LocalOffset
273 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
279 LocalOffset->print(OS, MAI);
312 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
315 // encode LocalOffset.
316 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset);
367 unsigned encodePPC64LocalEntryOffset(const MCExpr *LocalOffset) {
370 if (!LocalOffset->evaluateAsAbsolute(Offset, MCA))
371 MCA.getContext().reportError(LocalOffset->getLoc(),
377 LocalOffset->getLoc(), ".localentry expression must be a power of 2");
411 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
438 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {