Searched refs:TheName (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.h | 325 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()
|
D | SPIRVEntry.cpp | 151 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()
|
D | SPIRVEntry.h | 289 void setName(const std::string& TheName); 437 SPIRVId TheId, const std::string &TheName);
|
D | SPIRVInstruction.h | 444 SPIRVValue *TheInitializer, const std::string &TheName, in SPIRVVariable() argument 452 Name = TheName; in SPIRVVariable()
|