Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1047 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 1049 if (KeySym) in getStaticStructorSection() 1080 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1082 KeySym); in getStaticCtorSection() 1086 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1088 KeySym); in getStaticDtorSection() 1185 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1912 KeySym, 0); in getCOFFStaticStructorSection() 1916 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 2475 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() [all …]
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 675 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 678 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 684 if (KeySym) { in getAssociativeCOFFSection() 687 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()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 640 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2565 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local 2575 KeySym = getSymbol(GV); in emitXXStructorList() 2579 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList() 2580 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
|
| H A D | CodeViewDebug.cpp | 1041 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local 1045 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|