Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 86 const MCSymbol *KeySym) const override; 88 const MCSymbol *KeySym) const override; 162 const MCSymbol *KeySym) const override; 164 const MCSymbol *KeySym) const override; 201 const MCSymbol *KeySym) const override; 203 const MCSymbol *KeySym) const override;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 734 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 736 if (KeySym) in getStaticStructorSection() 767 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 769 KeySym); in getStaticCtorSection() 773 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 775 KeySym); in getStaticDtorSection() 1516 KeySym, 0); in getCOFFStaticStructorSection() 1520 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1527 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1786 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 153 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 158 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCContext.cpp | 471 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 474 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 480 if (KeySym) { in getAssociativeCOFFSection() 483 Sec->getKind(), KeySym->getName(), in getAssociativeCOFFSection()
|
| H A D | MCStreamer.cpp | 726 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 728 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 745 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 451 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1977 const MCSymbol *KeySym = nullptr; in EmitXXStructorList() local 1987 KeySym = getSymbol(GV); in EmitXXStructorList() 1990 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList() 1991 : Obj.getStaticDtorSection(S.Priority, KeySym)); in EmitXXStructorList()
|
| H A D | CodeViewDebug.cpp | 898 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local 902 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|