Searched refs:getAssociativeCOFFSection (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 623 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1953 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 D | MCContext.cpp | 733 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection() function in MCContext
|
H A D | MCStreamer.cpp | 848 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|