Home
last modified time | relevance | path

Searched refs:getAssociativeCOFFSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h623 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1953 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection()
1980 return Ctx.getAssociativeCOFFSection(Sec, KeySym, 0); in getCOFFStaticStructorSection()
1987 return Ctx.getAssociativeCOFFSection( in getCOFFStaticStructorSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp733 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection() function in MCContext
H A DMCStreamer.cpp848 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()