Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1057 return getContext().getAssociativeCOFFSection( in getStaticCtorSection()
1063 return getContext().getAssociativeCOFFSection( in getStaticDtorSection()
/external/llvm/include/llvm/MC/
DMCContext.h417 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
/external/llvm/lib/MC/
DMCContext.cpp435 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection() function in MCContext
DMCStreamer.cpp537 return Context.getAssociativeCOFFSection(cast<MCSectionCOFF>(MainCFISec), in getWinCFISection()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp602 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()