Searched refs:KeySym (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 101 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 D | TargetLoweringObjectFileImpl.cpp | 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() 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 D | TargetLoweringObjectFile.h | 177 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 182 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
| /freebsd-14.2/usr.sbin/bhyve/kbdlayout/ |
| H A D | default | 149 # 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 D | MCContext.cpp | 707 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 D | MCStreamer.cpp | 833 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 D | MCContext.h | 641 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2962 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 D | CodeViewDebug.cpp | 1048 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local 1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|