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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVFunction.h1 //===- SPIRVFunction.h - Class to represent a SPIR-V function ----*- C++ -*-===//
53 SPIRVFunction *TheParent, unsigned TheArgNo);
61 void setParent(SPIRVFunction *Parent) { ParentFunc = Parent;}
79 SPIRVFunction *ParentFunc;
83 class SPIRVFunction: public SPIRVValue, public SPIRVComponentExecutionModes { class in namespace:SPIRV
86 SPIRVFunction(SPIRVModule *M, SPIRVTypeFunction *FunctionType, SPIRVId TheId) function in class:SPIRV::SPIRVFunction
94 SPIRVFunction():SPIRVValue(OpFunction),FuncType(NULL), function in class:SPIRV::SPIRVFunction

Completed in 69 milliseconds