Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
644 MCSectionSPIRV *getSPIRVSection();
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp849 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()
851 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) in getSPIRVSection()
852 MCSectionSPIRV(SectionKind::getText(), Begin); in getSPIRVSection()