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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.cpp415 SPIRVEntryPoint::SPIRVEntryPoint(SPIRVModule *TheModule, function in class:SPIRV::SPIRVEntryPoint
423 SPIRVEntryPoint::encode(spv_ostream &O) const {
428 SPIRVEntryPoint::decode(std::istream &I) {
H A DSPIRVEntry.h434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> { class in namespace:SPIRV
436 SPIRVEntryPoint(SPIRVModule *TheModule, SPIRVExecutionModelKind,
438 SPIRVEntryPoint():ExecModel(ExecutionModelKernel){} function in class:SPIRV::SPIRVEntryPoint

Completed in 3410 milliseconds