Searched refs:MCSectionSPIRV (Results 1 – 12 of 12) 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;642 MCSectionSPIRV *getSPIRVSection();
843 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()845 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) in getSPIRVSection()846 MCSectionSPIRV(SectionKind::getText(), Begin); in getSPIRVSection()
2154 ./usr/include/llvm/MC/MCSectionSPIRV.h
2153 ./usr/include/llvm/MC/MCSectionSPIRV.h
2152 ./usr/include/llvm/MC/MCSectionSPIRV.h