Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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; 185 const MCSymbol *KeySym) const override; 187 const MCSymbol *KeySym) const override; 221 const MCSymbol *KeySym) const override; 223 const MCSymbol *KeySym) const override; 249 const MCSymbol *KeySym) const override; 251 const MCSymbol *KeySym) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1077 const MCSymbol *KeySym) { in getStaticStructorSection() argument 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() 1914 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument 1919 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() [all …]
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCContext.cpp | 701 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 704 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 710 if (KeySym) { in getAssociativeCOFFSection() 713 KeySym->getName(), in getAssociativeCOFFSection()
|
| H A D | MCStreamer.cpp | 825 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 827 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 843 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 639 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2716 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local 2726 KeySym = getSymbol(GV); in emitXXStructorList() 2730 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList() 2731 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
|
| H A D | CodeViewDebug.cpp | 1042 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local 1046 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|