Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp57 return getContext().getDXContainerSection(GO->getSection(), Kind); in getExplicitSectionGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h669 MCSectionDXContainer *getDXContainerSection(StringRef Section, SectionKind K);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp858 MCSectionDXContainer *MCContext::getDXContainerSection(StringRef Section, in getDXContainerSection() function in MCContext
H A DMCObjectFileInfo.cpp1030 TextSection = Ctx->getDXContainerSection("DXBC", SectionKind::getText()); in initDXContainerObjectFileInfo()