Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h23 class MCSectionSPIRV final : public MCSection {
26 MCSectionSPIRV() in MCSectionSPIRV() function
32 ~MCSectionSPIRV() = default;
H A DMCContext.h59 class MCSectionSPIRV; variable
147 SpecificBumpPtrAllocator<MCSectionSPIRV> SPIRVAllocator;
626 MCSectionSPIRV *getSPIRVSection();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp860 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()
861 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) MCSectionSPIRV(); in getSPIRVSection()