Home
last modified time | relevance | path

Searched refs:getDXContainerSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp59 return getContext().getDXContainerSection(GO->getSection(), Kind); in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h642 MCSectionDXContainer *getDXContainerSection(StringRef Section, SectionKind K);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp867 MCSectionDXContainer *MCContext::getDXContainerSection(StringRef Section, in getDXContainerSection() function in MCContext
H A DMCObjectFileInfo.cpp1001 TextSection = Ctx->getDXContainerSection("DXBC", SectionKind::getText()); in initDXContainerObjectFileInfo()