Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DValue.h41 virtual std::string getTypeName() const { return "integer"; } in getTypeName() function
73 virtual std::string getTypeName() const { return "sized integer"; } in getTypeName() function
107 virtual std::string getTypeName() const { return "string"; } in getTypeName() function
132 virtual std::string getTypeName() const { return "binary"; } in getTypeName() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeName.h27 inline StringRef getTypeName() { in getTypeName() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName() function in BuiltinDumper
H A DMinimalTypeDumper.cpp280 StringRef MinimalTypeDumpVisitor::getTypeName(TypeIndex TI) const { in getTypeName() function in MinimalTypeDumpVisitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
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
H A DLazyRandomTypeCollection.cpp113 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName() function in LazyRandomTypeCollection
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.h111 const char *getTypeName() const { return TypeName; } in getTypeName() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.h110 const char *getTypeName() const { return TypeName; } in getTypeName() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.h109 const char *getTypeName() const { return TypeName; } in getTypeName() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py82 def getTypeName(self, T): member in TypePrinter
H A DTypeGen.py28 def getTypeName(self, printer): member in Type
50 def getTypeName(self, printer): member in BuiltinType
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp52 const char *types::getTypeName(ID Id) { in getTypeName() function in types
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp172 const char *TargetInfo::getTypeName(IntType T) { in getTypeName() function in TargetInfo
/netbsd-src/external/apache2/llvm/dist/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
561 std::string MetadataStreamerV3::getTypeName(Type *Ty, bool Signed) const { in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerV3
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h557 inline void RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const { in getTypeName() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp71 static std::string getTypeName(IFSSymbolType Type) { in getTypeName() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp1100 const char * MessageStatementASTNode::getTypeName() const in getTypeName() function in MessageStatementASTNode
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.cc912 BinaryConstantPool::getTypeName (int ty) in getTypeName() function in BinaryConstantPool
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.cc912 BinaryConstantPool::getTypeName (int ty) in getTypeName() function in BinaryConstantPool
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h671 StringRef getTypeName() const { return TypeName; } in getTypeName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp105 std::string getTypeName(TypeIndex TI) override { in getTypeName() function in __anon0e8787300111::CVMCAdapter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp284 ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, in getTypeName() function in Sema