Searched refs:SPIRVMemoryModel (Results 1 – 3 of 3) sorted by relevance
547 SPIRVMemoryModel::encode(spv_ostream &O) const { in encode()553 SPIRVMemoryModel::decode(std::istream &I) { in decode()562 SPIRVMemoryModel::validate() const { in validate()
624 class SPIRVMemoryModel:public SPIRVEntryNoId<OpMemoryModel> {626 SPIRVMemoryModel(SPIRVModule *M):SPIRVEntryNoId(M, 3){} in SPIRVMemoryModel() function627 SPIRVMemoryModel(){} in SPIRVMemoryModel() function
1291 O << SPIRVMemoryModel(&M); in operator <<()