Home
last modified time | relevance | path

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

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