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

/netbsd-current/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-current/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h175 const MCSymbol *KeySym) const {
180 const MCSymbol *KeySym) const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1008 const MCSymbol *KeySym) {
1012 StringRef Comdat = KeySym ? KeySym->getName() : "";
1014 if (KeySym)
1045 unsigned Priority, const MCSymbol *KeySym) const {
1047 KeySym);
1051 unsigned Priority, const MCSymbol *KeySym) const {
1053 KeySym);
1834 const MCSymbol *KeySym,
1839 return Ctx.getAssociativeCOFFSection(Default, KeySym,
1006 getStaticStructorSection(MCContext &Ctx, bool UseInitArray, bool IsCtor, unsigned Priority, const MCSymbol *KeySym) argument
1831 getCOFFStaticStructorSection(MCContext &Ctx, const Triple &T, bool IsCtor, unsigned Priority, const MCSymbol *KeySym, MCSectionCOFF *Default) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp654 const MCSymbol *KeySym,
657 if (!KeySym && UniqueID == GenericSectionID)
663 if (KeySym) {
666 KeySym->getName(),
653 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym, unsigned UniqueID) argument
H A DMCStreamer.cpp799 const MCSymbol *KeySym = nullptr; local
801 KeySym = TextSecCOFF->getCOMDATSymbol();
817 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h607 /// section containing KeySym. For example, to create a debug info section
609 /// as Sec and the function symbol as KeySym.
611 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2310 const MCSymbol *KeySym = nullptr; local
2320 KeySym = getSymbol(GV);
2324 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym)
2325 : Obj.getStaticDtorSection(S.Priority, KeySym));
H A DCodeViewDebug.cpp961 const MCSymbol *KeySym = GVSec ? GVSec->getCOMDATSymbol() : nullptr; local
965 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym);

Completed in 282 milliseconds