Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h52 class MCSectionDXContainer; variable
133 SpecificBumpPtrAllocator<MCSectionDXContainer> DXCAllocator;
352 StringMap<MCSectionDXContainer *> DXCUniquingMap;
670 MCSectionDXContainer *getDXContainerSection(StringRef Section, SectionKind K);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionDXContainer.cpp13 void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, in printSwitchToSection()
H A DCMakeLists.txt43 MCSectionDXContainer.cpp
H A DMCContext.cpp826 MCSectionDXContainer *MCContext::getDXContainerSection(StringRef Section, in getDXContainerSection()
839 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn56 "MCSectionDXContainer.cpp",