HomeSort by relevance Sort by last modified time
    Searched refs:getReferentType (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 166 StringRef Pointee = Types.getTypeName(Ptr.getReferentType());
170 Name.append(Types.getTypeName(Ptr.getReferentType()));
TypeDumpVisitor.cpp 363 printTypeIndex("PointeeType", Ptr.getReferentType());
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 401 printTypeIndex("PointeeType", Ptr.getReferentType());
420 StringRef PointeeName = getTypeName(Ptr.getReferentType());
436 TypeName.append(getTypeName(Ptr.getReferentType()));
TypeTableBuilder.cpp 75 Builder.writeTypeIndex(Record.getReferentType());
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 319 TypeIndex getReferentType() const { return ReferentType; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 295 TypeIndex getReferentType() const { return ReferentType; }
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp 216 return type.getReferentType()->getQualifier().hasBufferReferenceAlign() ?
217 (1u << type.getReferentType()->getQualifier().layoutBufferReferenceAlign) : 16u;
    [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]
intermOut.cpp 177 const TTypeList *members = reference ? node->getLeft()->getType().getReferentType()->getStruct() : node->getLeft()->getType().getStruct();
    [all...]

Completed in 404 milliseconds