Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp475 static void outputName(OutputStream &OS, const Name *TheName);
533 static void outputName(OutputStream &OS, const Name *TheName) { in outputName() argument
534 if (!TheName) in outputName()
541 for (; TheName->Next; TheName = TheName->Next) { in outputName()
542 Previous = TheName; in outputName()
543 OS << TheName->Str; in outputName()
544 if (TheName->TParams) in outputName()
545 outputParameterList(OS, *TheName->TParams); in outputName()
550 if (TheName->Operator.empty()) { in outputName()
551 OS << TheName->Str; in outputName()
[all …]
/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()