Searched defs:KeySym (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1397 const MCSymbol *KeySym = nullptr; local
1404 KeySym = getSymbol(GV);
1407 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym)
1408 : Obj.getStaticDtorSection(S.Priority, KeySym));
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp358 unsigned Priority, const MCSymbol *KeySym) const {
378 unsigned Priority, const MCSymbol *KeySym) const {
963 const MCSymbol *KeySym) {
965 if (!KeySym)
974 SecCOFF->getKind(), KeySym->getName(),
979 unsigned Priority, const MCSymbol *KeySym) const {
980 return getAssociativeCOFFSection(getContext(), StaticCtorSection, KeySym);
984 unsigned Priority, const MCSymbol *KeySym) const {
985 return getAssociativeCOFFSection(getContext(), StaticDtorSection, KeySym);
961 getAssociativeCOFFSection(MCContext &Ctx, const MCSection *Sec, const MCSymbol *KeySym) argument

Completed in 106 milliseconds