Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:SD

48                                 unsigned RelocType, const MCSymbolData *SD,
317 const MCSymbolData *SD,
320 if (Writer->doesSymbolRequireExternRelocation(SD))
343 SD->getSymbol().getSection());
384 const MCSymbolData *SD = nullptr;
386 SD = &Asm.getSymbolData(Target.getSymA()->getSymbol());
396 if (Offset && SD && !Writer->doesSymbolRequireExternRelocation(SD))
413 if (SD->getSymbol().isVariable()) {
415 if (SD
423 if (requiresExternRelocation(Writer, Asm, *Fragment, RelocType, SD,
426 Index = SD->getIndex();
431 if (!SD->Symbol->isUndefined())
432 FixedValue -= Layout.getSymbolOffset(SD);
436 SD->getSymbol().getSection());