Home
last modified time | relevance | path

Searched refs:TheName (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.h325 SPIRVTypeOpaque(SPIRVModule *M, SPIRVId TheId, const std::string& TheName) in SPIRVTypeOpaque() argument
326 :SPIRVType(M, 2 + getSizeInWords(TheName), OpTypeOpaque, TheId) { in SPIRVTypeOpaque()
327 Name = TheName; in SPIRVTypeOpaque()
536 const std::string &TheName) in SPIRVTypeStruct() argument
541 Name = TheName; in SPIRVTypeStruct()
545 const std::string &TheName) in SPIRVTypeStruct() argument
547 Name = TheName; in SPIRVTypeStruct()
DSPIRVEntry.cpp151 SPIRVEntry::setName(const std::string& TheName) { in setName() argument
152 Name = TheName; in setName()
417 const std::string &TheName) in SPIRVEntryPoint() argument
419 getSizeInWords(TheName) + 3), ExecModel(TheExecModel), Name(TheName){ in SPIRVEntryPoint()
DSPIRVEntry.h289 void setName(const std::string& TheName);
437 SPIRVId TheId, const std::string &TheName);
DSPIRVInstruction.h444 SPIRVValue *TheInitializer, const std::string &TheName, in SPIRVVariable() argument
452 Name = TheName; in SPIRVVariable()