Home
last modified time | relevance | path

Searched defs:getTypeName (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h27 inline StringRef getTypeName() { in getTypeName() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName() function in BuiltinDumper
H A DMinimalTypeDumper.cpp284 StringRef MinimalTypeDumpVisitor::getTypeName(TypeIndex TI) const { in getTypeName() function in MinimalTypeDumpVisitor
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp43 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp49 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp52 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp53 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in MergingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp111 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName() function in LazyRandomTypeCollection
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h110 const char *getTypeName() const { return TypeName; } in getTypeName() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp52 const char *types::getTypeName(ID Id) { in getTypeName() function in types
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp74 StringRef LVElement::getTypeName() const { in getTypeName() function in LVElement
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp208 const char *TargetInfo::getTypeName(IntType T) { in getTypeName() function in TargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp109 static std::string getTypeName(OverloadKind Kind, Type *Ty) { in getTypeName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h631 inline void RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const { in getTypeName() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp137 std::string MetadataStreamerMsgPackV4::getTypeName(Type *Ty, in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerMsgPackV4
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h704 StringRef getTypeName() const { return TypeName; } in getTypeName() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp99 std::string getTypeName(TypeIndex TI) override { in getTypeName() function in __anon454d6dad0111::CVMCAdapter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp335 ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, in getTypeName() function in Sema