| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 86 Name.append(Types.getTypeName(Indices[I])); in visitKnownRecord() 102 Name.append(Types.getTypeName(Indices[I])); in visitKnownRecord() 141 StringRef Ret = Types.getTypeName(Proc.getReturnType()); in visitKnownRecord() 142 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord() 149 StringRef Ret = Types.getTypeName(MF.getReturnType()); in visitKnownRecord() 150 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord() 151 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord() 171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() 172 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord() 175 Name.append(Types.getTypeName(Pt in visitKnownRecord() [all...] |
| H A D | TypeTableCollection.cpp | 42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
|
| H A D | TypeIndex.cpp | 100 TypeName = Types.getTypeName(TI); in printTypeIndex()
|
| H A D | AppendingTypeTableBuilder.cpp | 48 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in AppendingTypeTableBuilder
|
| H A D | GlobalTypeTableBuilder.cpp | 51 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in GlobalTypeTableBuilder
|
| H A D | MergingTypeTableBuilder.cpp | 52 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in MergingTypeTableBuilder
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyBuiltinDumper.cpp | 25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); in start() 28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName() function in BuiltinDumper
|
| H A D | PrettyBuiltinDumper.h | 27 StringRef getTypeName(const PDBSymbolTypeBuiltin &Symbol);
|
| H A D | MinimalTypeDumper.cpp | 285 StringRef MinimalTypeDumpVisitor::getTypeName(TypeIndex TI) const { in getTypeName() function in MinimalTypeDumpVisitor 288 return Types.getTypeName(TI); in getTypeName() 316 getTypeName(I)); in visitKnownRecord() 331 getTypeName(I)); in visitKnownRecord() 501 getTypeName(I)); in visitKnownRecord()
|
| H A D | MinimalTypeDumper.h | 54 StringRef getTypeName(codeview::TypeIndex TI) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 84 QualifiedName.append(std::string(Types.getTypeName(ClassTy))); in getName() 92 QualifiedName.append(std::string(Ids.getTypeName(ParentScope))); in getName() 97 QualifiedName.append(std::string(Ids.getTypeName(Sym.Inlinee))); in getName()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_value.h | 117 const char *getTypeName() const { return TypeName; } in getTypeName() function 144 const char *p = getTypeName(); in getBitIntBitCountPointer()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 477 OS << formattedNames(getTypeQualifiedName(), getTypeName()) << "\n"; in printExtra() 523 return getTypeName() == Type->getTypeName() && getName() == Type->getName(); in equals() 528 << formattedName(getTypeName()) << " " << formattedName(getName()) << "\n"; in printExtra()
|
| H A D | LVElement.cpp | 69 return getHasType() ? getTypeName() : typeVoid(); in typeAsString() 73 StringRef LVElement::getTypeName() const { in getTypeName() function in LVElement
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeTableCollection.h | 29 StringRef getTypeName(TypeIndex Index) override;
|
| H A D | TypeCollection.h | 28 virtual StringRef getTypeName(TypeIndex Index) = 0;
|
| H A D | AppendingTypeTableBuilder.h | 43 StringRef getTypeName(TypeIndex Index) override;
|
| H A D | MergingTypeTableBuilder.h | 52 StringRef getTypeName(TypeIndex Index) override;
|
| H A D | LazyRandomTypeCollection.h | 75 StringRef getTypeName(TypeIndex Index) override;
|
| H A D | GlobalTypeTableBuilder.h | 56 StringRef getTypeName(TypeIndex Index) override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeName.h | 40 inline LLVM_GET_TYPE_NAME_CONSTEXPR StringRef getTypeName() { in getTypeName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 161 std::string MetadataStreamerMsgPackV4::getTypeName(Type *Ty, in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerMsgPackV4 166 return (Twine('u') + getTypeName(Ty, true)).str(); in getTypeName() 192 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str(); in getTypeName() 266 getTypeName( in emitKernelAttrs()
|
| H A D | AMDGPUHSAMetadataStreamer.h | 89 std::string getTypeName(Type *Ty, bool Signed) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.cpp | 360 Relocation.getTypeName(RelocName); in processRelocations() 394 Relocation.getTypeName(RelocType); in processRelocations()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFI386.h | 98 RelI->getTypeName(RelTypeName); in processRelocationRef()
|