HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVDecorateLinkageAttr (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 149 class SPIRVDecorateLinkageAttr:public SPIRVDecorate{
152 SPIRVDecorateLinkageAttr(SPIRVEntry *TheTarget,
161 SPIRVDecorateLinkageAttr():SPIRVDecorate(){}
SPIRVDecorate.cpp 101 SPIRVDecorateLinkageAttr::encodeLiterals(Encoder, Literals);
117 SPIRVDecorateLinkageAttr::decodeLiterals(Decoder, Literals);
SPIRVEntry.cpp 383 return static_cast<const SPIRVDecorateLinkageAttr*>(Loc->second)->getLinkageType();
390 addDecorate(new SPIRVDecorateLinkageAttr(this, Name, LT));

Completed in 427 milliseconds