Searched refs:getAssociativeCOFFSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1057 return getContext().getAssociativeCOFFSection( in getStaticCtorSection() 1063 return getContext().getAssociativeCOFFSection( in getStaticDtorSection()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 417 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 435 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection() function in MCContext
|
D | MCStreamer.cpp | 537 return Context.getAssociativeCOFFSection(cast<MCSectionCOFF>(MainCFISec), in getWinCFISection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 455 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 470 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection() function in MCContext
|
D | MCStreamer.cpp | 700 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID); in getWinCFISection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1300 return Ctx.getAssociativeCOFFSection(Default, KeySym, 0); in getCOFFStaticStructorSection() 1306 return Ctx.getAssociativeCOFFSection( in getCOFFStaticStructorSection()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 602 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 831 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
|