Home
last modified time | relevance | path

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

/freebsd-src/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;
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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1080 const MCSymbol *KeySym) { in getStaticStructorSection()
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 getStaticDtorSection()
1123 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1125 KeySym); in lowerRelativeReference()
1222 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection()
1948 const MCSymbol *KeySym, in Initialize()
1077 getStaticStructorSection(MCContext & Ctx,bool UseInitArray,bool IsCtor,unsigned Priority,const MCSymbol * KeySym) getStaticStructorSection() argument
1956 getCOFFStaticStructorSection(MCContext & Ctx,const Triple & T,bool IsCtor,unsigned Priority,const MCSymbol * KeySym,MCSectionCOFF * Default) getCOFFStaticStructorSection() argument
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp734 const MCSymbol *KeySym, in getWasmSection()
737 if (!KeySym && UniqueID == GenericSectionID) in getWasmSection()
743 if (KeySym) { in getWasmSection()
745 return getCOFFSection(Sec->getName(), Characteristics, KeySym->getName(), in getWasmSection()
707 getAssociativeCOFFSection(MCSectionCOFF * Sec,const MCSymbol * KeySym,unsigned UniqueID) getAssociativeCOFFSection() argument
H A DMCStreamer.cpp830 const MCSymbol *KeySym = nullptr; in getWinCFISection()
832 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection()
848 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
833 const MCSymbol *KeySym = nullptr; getWinCFISection() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h619 /// section containing KeySym. For example, to create a debug info section
621 /// as Sec and the function symbol as KeySym.
623 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2972 const MCSymbol *KeySym = nullptr; in emitXXStructorList()
2982 KeySym = getSymbol(GV); in emitXXStructorList()
2986 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitModuleIdents()
2987 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitModuleIdents()
2962 const MCSymbol *KeySym = nullptr; emitXXStructorList() local
H A DCodeViewDebug.cpp1048 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local
1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()