Searched refs:KeySym (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 116 const MCSymbol *KeySym) const override; 118 const MCSymbol *KeySym) const override; 141 const MCSymbol *KeySym) const override; 212 const MCSymbol *KeySym) const override; 214 const MCSymbol *KeySym) const override; 249 const MCSymbol *KeySym) const override; 251 const MCSymbol *KeySym) const override; 273 const MCSymbol *KeySym) const override; 275 const MCSymbol *KeySym) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1143 const MCSymbol *KeySym) { in getStaticStructorSection() argument 1147 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 1149 if (KeySym) in getStaticStructorSection() 1180 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1182 KeySym); in getStaticCtorSection() 1186 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1188 KeySym); in getStaticDtorSection() 1293 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 2008 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument 2013 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() [all …]
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 197 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 202 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 821 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 824 if (!KeySym && UniqueID == MCSection::NonUniqueID) in getAssociativeCOFFSection() 830 if (KeySym) { in getAssociativeCOFFSection() 832 return getCOFFSection(Sec->getName(), Characteristics, KeySym->getName(), in getAssociativeCOFFSection()
|
| H A D | MCStreamer.cpp | 847 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 849 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 865 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 641 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3308 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local 3318 KeySym = getSymbol(GV); in emitXXStructorList() 3322 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList() 3323 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
|
| H A D | CodeViewDebug.cpp | 1055 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local 1059 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|