Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionDXContainer.h23 class MCSectionDXContainer final : public MCSection {
26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) in MCSectionDXContainer() function
HDMCContext.h55 class MCSectionDXContainer; variable
143 SpecificBumpPtrAllocator<MCSectionDXContainer> DXCAllocator;
328 StringMap<MCSectionDXContainer *> DXCUniquingMap;
642 MCSectionDXContainer *getDXContainerSection(StringRef Section, SectionKind K);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionDXContainer.cpp13 void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, in printSwitchToSection()
HDMCContext.cpp867 MCSectionDXContainer *MCContext::getDXContainerSection(StringRef Section, in getDXContainerSection()
880 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
/freebsd-14-stable/lib/clang/libllvm/
HDMakefile935 SRCS_MIN+= MC/MCSectionDXContainer.cpp