Searched refs:MCSectionSPIRV (Results 1 – 3 of 3) sorted by relevance
23 class MCSectionSPIRV final : public MCSection {26 MCSectionSPIRV() in MCSectionSPIRV() function32 ~MCSectionSPIRV() = default;
59 class MCSectionSPIRV; variable147 SpecificBumpPtrAllocator<MCSectionSPIRV> SPIRVAllocator;626 MCSectionSPIRV *getSPIRVSection();
860 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()861 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) MCSectionSPIRV(); in getSPIRVSection()