Home
last modified time | relevance | path

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

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