Lines Matching refs:KeySym
375 const MCSymbol *KeySym) { in getStaticStructorSection() argument
379 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection()
381 if (KeySym) in getStaticStructorSection()
414 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
416 KeySym); in getStaticCtorSection()
420 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
422 KeySym); in getStaticDtorSection()
1056 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
1058 cast<MCSectionCOFF>(StaticCtorSection), KeySym, 0); in getStaticCtorSection()
1062 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1064 cast<MCSectionCOFF>(StaticDtorSection), KeySym, 0); in getStaticDtorSection()