Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.h149 class SPIRVDecorateLinkageAttr:public SPIRVDecorate{
152 SPIRVDecorateLinkageAttr(SPIRVEntry *TheTarget, in SPIRVDecorateLinkageAttr() function
161 SPIRVDecorateLinkageAttr():SPIRVDecorate(){} in SPIRVDecorateLinkageAttr() function
DSPIRVDecorate.cpp101 SPIRVDecorateLinkageAttr::encodeLiterals(Encoder, Literals); in encode()
117 SPIRVDecorateLinkageAttr::decodeLiterals(Decoder, Literals); in decode()
DSPIRVEntry.cpp383 return static_cast<const SPIRVDecorateLinkageAttr*>(Loc->second)->getLinkageType(); in getLinkageType()
390 addDecorate(new SPIRVDecorateLinkageAttr(this, Name, LT)); in setLinkageType()