Home
last modified time | relevance | path

Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h101 const MCSymbol *KeySym) const override;
103 const MCSymbol *KeySym) const override;
123 const MCSymbol *KeySym) const override;
185 const MCSymbol *KeySym) const override;
187 const MCSymbol *KeySym) const override;
221 const MCSymbol *KeySym) const override;
223 const MCSymbol *KeySym) const override;
249 const MCSymbol *KeySym) const override;
251 const MCSymbol *KeySym) const override;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1077 const MCSymbol *KeySym) { in getStaticStructorSection() argument
1081 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection()
1083 if (KeySym) in getStaticStructorSection()
1114 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
1116 KeySym); in getStaticCtorSection()
1120 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1122 KeySym); in getStaticDtorSection()
1219 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1914 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument
1919 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h177 const MCSymbol *KeySym) const { in getStaticCtorSection() argument
182 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp701 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument
704 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
710 if (KeySym) { in getAssociativeCOFFSection()
713 KeySym->getName(), in getAssociativeCOFFSection()
H A DMCStreamer.cpp825 const MCSymbol *KeySym = nullptr; in getWinCFISection() local
827 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection()
843 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h639 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2716 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local
2726 KeySym = getSymbol(GV); in emitXXStructorList()
2730 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()
2731 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
H A DCodeViewDebug.cpp1042 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local
1046 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()