Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
190 const MCSymbol *KeySym) const override;
192 const MCSymbol *KeySym) const override;
226 const MCSymbol *KeySym) const override;
228 const MCSymbol *KeySym) const override;
254 const MCSymbol *KeySym) const override;
256 const MCSymbol *KeySym) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1081 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()
2001 KeySym, 0); in getCOFFStaticStructorSection()
2005 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
2572 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h177 const MCSymbol *KeySym) const { in getStaticCtorSection() argument
182 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
/freebsd-14.2/usr.sbin/bhyve/kbdlayout/
H A Ddefault149 # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment>
151 # Xorg KeySym(Hex:2Byte),ScanCode(Hex),Prefix(Hex); <Comment>
158 # The Xorg KeySym Code can be checked by using the 'xev' command from X window
241 # it is necessary to add the combination of Xorg KeySym and ScanCode of the
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp707 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument
710 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
716 if (KeySym) { in getAssociativeCOFFSection()
719 KeySym->getName(), in getAssociativeCOFFSection()
H A DMCStreamer.cpp833 const MCSymbol *KeySym = nullptr; in getWinCFISection() local
835 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection()
851 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h641 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2962 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local
2972 KeySym = getSymbol(GV); in emitXXStructorList()
2976 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()
2977 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
H A DCodeViewDebug.cpp1048 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local
1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()