Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 100 const MCSymbol *KeySym) const override; 102 const MCSymbol *KeySym) const override; 181 const MCSymbol *KeySym) const override; 183 const MCSymbol *KeySym) const override; 217 const MCSymbol *KeySym) const override; 219 const MCSymbol *KeySym) const override; 245 const MCSymbol *KeySym) const override; 247 const MCSymbol *KeySym) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1033 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 1035 if (KeySym) in getStaticStructorSection() 1066 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1068 KeySym); in getStaticCtorSection() 1072 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1074 KeySym); in getStaticDtorSection() 1886 KeySym, 0); in getCOFFStaticStructorSection() 1890 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1897 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 2437 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 175 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 180 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 669 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 672 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 678 if (KeySym) { in getAssociativeCOFFSection() 681 KeySym->getName(), in getAssociativeCOFFSection()
|
| H A D | MCStreamer.cpp | 812 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 814 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 830 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 616 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2335 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local 2345 KeySym = getSymbol(GV); in emitXXStructorList() 2349 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList() 2350 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()
|
| H A D | CodeViewDebug.cpp | 961 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local 965 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|