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.h57 class MCSectionDXContainer; variable
144 SpecificBumpPtrAllocator<MCSectionDXContainer> DXCAllocator;
322 StringMap<MCSectionDXContainer *> DXCUniquingMap;
661 LLVM_ABI MCSectionDXContainer *getDXContainerSection(StringRef Section,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionDXContainer.cpp13 void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, in printSwitchToSection()
H A DMCContext.cpp959 MCSectionDXContainer *MCContext::getDXContainerSection(StringRef Section, in getDXContainerSection()
972 new (DXCAllocator.Allocate()) MCSectionDXContainer(Name, K, nullptr); in getDXContainerSection()
/freebsd/lib/clang/libllvm/
H A DMakefile1030 SRCS_MIN+= MC/MCSectionDXContainer.cpp