Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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; 244 const MCSymbol *KeySym) const override; 246 const MCSymbol *KeySym) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1008 const MCSymbol *KeySym) { in getStaticStructorSection() argument 1012 StringRef Comdat = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 1014 if (KeySym) in getStaticStructorSection() 1045 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1047 KeySym); in getStaticCtorSection() 1051 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 1053 KeySym); in getStaticDtorSection() 1834 const MCSymbol *KeySym, in getCOFFStaticStructorSection() argument 1839 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() 1854 return Ctx.getAssociativeCOFFSection(Sec, KeySym, 0); in getCOFFStaticStructorSection() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCContext.cpp | 654 const MCSymbol *KeySym, in getAssociativeCOFFSection() argument 657 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection() 663 if (KeySym) { in getAssociativeCOFFSection() 666 KeySym->getName(), in getAssociativeCOFFSection()
|
| H A D | MCStreamer.cpp | 799 const MCSymbol *KeySym = nullptr; in getWinCFISection() local 801 KeySym = TextSecCOFF->getCOMDATSymbol(); in getWinCFISection() 817 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 611 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2310 const MCSymbol *KeySym = nullptr; in emitXXStructorList() local 2320 KeySym = getSymbol(GV); in emitXXStructorList() 2324 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList() 2325 : 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()
|