Searched refs:KeySym (Results 1 – 9 of 9) sorted by relevance
/freebsd/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; 229 const MCSymbol *KeySym) const override; 231 const MCSymbol *KeySym) const override; 257 const MCSymbol *KeySym) const override; 259 const MCSymbol *KeySym) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1080 const MCSymbol *KeySym) { in getStaticStructorSection() argument 1084 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 1086 if (KeySym) in getStaticStructorSection() 1117 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1119 KeySym); in getStaticCtorSection() 1123 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1125 KeySym); in getStaticDtorSection() 1222 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1948 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument 1953 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() [all …]
|
/freebsd/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/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/lib/MC/ |
H A D | MCContext.cpp | 734 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 737 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 743 if (KeySym) { in getAssociativeCOFFSection() 745 return getCOFFSection(Sec->getName(), Characteristics, KeySym->getName(), in getAssociativeCOFFSection()
|
H A D | MCStreamer.cpp | 830 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 832 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 848 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 623 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2972 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local 2982 KeySym = getSymbol(GV); in emitXXStructorList() 2986 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList() 2987 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
|
H A D | CodeViewDebug.cpp | 1048 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() 1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol() 1044 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; switchToDebugSectionForSymbol() local
|