Searched defs:SPIRVDecoder (Results 1 - 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVStream.cpp86 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVFunction &F) function in class:SPIRV::SPIRVDecoder
90 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVBasicBlock &BB) function in class:SPIRV::SPIRVDecoder
95 SPIRVDecoder::setScope(SPIRVEntry *TheScope) {
102 const SPIRVDecoder&
103 decode(const SPIRVDecoder& I, T &V) {
129 const SPIRVDecoder& \
130 operator>>(const SPIRVDecoder& I, Type &V) { \
146 const SPIRVDecoder
147 operator >>(const SPIRVDecoder&I, std::string& Str) argument
[all...]
H A DSPIRVStream.h67 class SPIRVDecoder { class in namespace:SPIRV
69 SPIRVDecoder(std::istream& InputStream, SPIRVModule& Module) function in class:SPIRV::SPIRVDecoder
72 SPIRVDecoder(std::istream& InputStream, SPIRVFunction& F);
73 SPIRVDecoder(std::istream& InputStream, SPIRVBasicBlock &BB);
99 const SPIRVDecoder&
100 DecodeBinary(const SPIRVDecoder& I, T &V) {
109 const SPIRVDecoder&
110 operator>>(const SPIRVDecoder& I, T &V) {
124 const SPIRVDecoder&
125 operator>>(const SPIRVDecoder
[all...]

Completed in 1933 milliseconds