Home
last modified time | relevance | path

Searched refs:getTypeName (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp82 Name.append(Types.getTypeName(Indices[I])); in visitKnownRecord()
98 Name.append(Types.getTypeName(Indices[I])); in visitKnownRecord()
137 StringRef Ret = Types.getTypeName(Proc.getReturnType()); in visitKnownRecord()
138 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord()
145 StringRef Ret = Types.getTypeName(MF.getReturnType()); in visitKnownRecord()
146 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord()
147 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord()
167 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord()
168 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
171 Name.append(Types.getTypeName(Ptr.getReferentType())); in visitKnownRecord()
[all …]
H A DTypeTableCollection.cpp42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
H A DTypeIndex.cpp99 TypeName = Types.getTypeName(TI); in printTypeIndex()
H A DAppendingTypeTableBuilder.cpp56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp59 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in MergingTypeTableBuilder
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start()
28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName() function in BuiltinDumper
H A DPrettyBuiltinDumper.h27 StringRef getTypeName(const PDBSymbolTypeBuiltin &Symbol);
H A DMinimalTypeDumper.cpp280 StringRef MinimalTypeDumpVisitor::getTypeName(TypeIndex TI) const { in getTypeName() function in MinimalTypeDumpVisitor
283 return Types.getTypeName(TI); in getTypeName()
311 getTypeName(I)); in visitKnownRecord()
326 getTypeName(I)); in visitKnownRecord()
496 getTypeName(I)); in visitKnownRecord()
H A DMinimalTypeDumper.h54 StringRef getTypeName(codeview::TypeIndex TI) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp78 QualifiedName.append(std::string(Types.getTypeName(ClassTy))); in getName()
86 QualifiedName.append(std::string(Ids.getTypeName(ParentScope))); in getName()
91 QualifiedName.append(std::string(Ids.getTypeName(Sym.Inlinee))); in getName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp142 std::string MetadataStreamerV2::getTypeName(Type *Ty, bool Signed) const { in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerV2
146 return (Twine('u') + getTypeName(Ty, true)).str(); in getTypeName()
172 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str(); in getTypeName()
272 Attrs.mVecTypeHint = getTypeName( in emitKernelAttrs()
561 std::string MetadataStreamerV3::getTypeName(Type *Ty, bool Signed) const { in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerV3
565 return (Twine('u') + getTypeName(Ty, true)).str(); in getTypeName()
591 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str(); in getTypeName()
658 getTypeName( in emitKernelAttrs()
H A DAMDGPUHSAMetadataStreamer.h70 std::string getTypeName(Type *Ty, bool Signed) const;
153 std::string getTypeName(Type *Ty, bool Signed) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h28 StringRef getTypeName(TypeIndex Index) override;
H A DTypeCollection.h28 virtual StringRef getTypeName(TypeIndex Index) = 0;
H A DAppendingTypeTableBuilder.h42 StringRef getTypeName(TypeIndex Index) override;
H A DMergingTypeTableBuilder.h51 StringRef getTypeName(TypeIndex Index) override;
H A DLazyRandomTypeCollection.h75 StringRef getTypeName(TypeIndex Index) override;
H A DGlobalTypeTableBuilder.h55 StringRef getTypeName(TypeIndex Index) override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h27 inline StringRef getTypeName() { in getTypeName() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h32 const char *getTypeName(ID Id);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h110 const char *getTypeName() const { return TypeName; } in getTypeName() function
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp411 return CVT->getTypeName() != getTypeName(); in isContradictoryImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp236 Result.CommandLine.push_back(types::getTypeName(TargetType)); in transferTo()
363 : types::getTypeName(PreferLanguage)) in chooseProxy()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h70 void getTypeName(SmallVectorImpl<char> &Result) const;
560 inline void RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const { in getTypeName() function

123