Searched refs:MCSectionSPIRV (Results 1 – 3 of 3) sorted by relevance
23 class MCSectionSPIRV final : public MCSection {26 MCSectionSPIRV(SectionKind K, MCSymbol *Begin) in MCSectionSPIRV() function31 ~MCSectionSPIRV() = default;
56 class MCSectionSPIRV; variable137 SpecificBumpPtrAllocator<MCSectionSPIRV> SPIRVAllocator;644 MCSectionSPIRV *getSPIRVSection();
849 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()851 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) in getSPIRVSection()852 MCSectionSPIRV(SectionKind::getText(), Begin); in getSPIRVSection()