Home
last modified time | relevance | path

Searched refs:KeySym (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h100 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 DTargetLoweringObjectFileImpl.cpp1008 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 DTargetLoweringObjectFile.h175 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 DMCContext.cpp654 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 DMCStreamer.cpp799 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 DMCContext.h611 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2310 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 DCodeViewDebug.cpp961 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; in switchToDebugSectionForSymbol() local
965 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()