Home | History | Annotate | Download | only in X86

Lines Matching refs:Stub

89       GVSym = P.getSymbolWithGlobalValueBase(GV, "$stub");
119 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$stub");
544 // L_foo$stub:
606 for (const auto &Stub : Stubs) {
607 // L_foo$stub:
608 OutStreamer->EmitLabel(Stub.first);
610 OutStreamer->EmitSymbolAttribute(Stub.second.getPointer(),
629 for (auto &Stub : Stubs)
630 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);
643 for (auto &Stub : Stubs)
644 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second);