Home
last modified time | relevance | path

Searched refs:SPIRVAllocator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp151 SPIRVAllocator.DestroyAll(); in reset()
861 MCSectionSPIRV *Result = new (SPIRVAllocator.Allocate()) MCSectionSPIRV(); in getSPIRVSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h147 SpecificBumpPtrAllocator<MCSectionSPIRV> SPIRVAllocator; variable