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.h60 class MCSectionSPIRV; variable
148 SpecificBumpPtrAllocator<MCSectionSPIRV> SPIRVAllocator;
644 LLVM_ABI MCSectionSPIRV *getSPIRVSection();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp952 MCSectionSPIRV *MCContext::getSPIRVSection() { in getSPIRVSection()
953 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) MCSectionSPIRV(); in getSPIRVSection()