Home
last modified time | relevance | path

Searched refs:MCSectionSPIRV (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h23 class MCSectionSPIRV final : public MCSection {
26 MCSectionSPIRV(SectionKind K, MCSymbol *Begin) in MCSectionSPIRV() function
31 ~MCSectionSPIRV() = default;
H A DMCContext.h56 class MCSectionSPIRV; variable
137 SpecificBumpPtrAllocator<MCSectionSPIRV> SPIRVAllocator;
643 MCSectionSPIRV *getSPIRVSection();
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp811 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()
813 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) in getSPIRVSection()
814 MCSectionSPIRV(SectionKind::getText(), Begin); in getSPIRVSection()