HomeSort by: relevance | last modified time | path
    Searched defs:getTypeName (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyBuiltinDumper.cpp 25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) {
MinimalTypeDumper.cpp 280 StringRef MinimalTypeDumpVisitor::getTypeName(TypeIndex TI) const {
283 return Types.getTypeName(TI);
311 getTypeName(I));
326 getTypeName(I));
496 getTypeName(I));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TypeName.h 27 inline StringRef getTypeName() {
41 StringRef Key = "getTypeName<";
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeTableCollection.cpp 42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) {
GlobalTypeTableBuilder.cpp 59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) {
AppendingTypeTableBuilder.cpp 56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) {
MergingTypeTableBuilder.cpp 59 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) {
LazyRandomTypeCollection.cpp 113 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) {
  /src/external/apache2/llvm/dist/clang/utils/ABITest/
ABITestGen.py 82 def getTypeName(self, T):
87 self.types[T] = name = T.getTypeName(self)
91 tyName = self.getTypeName(ty)
105 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)])
113 retvalTypeName = self.getTypeName(FT.returnType)
175 typeName = self.getTypeName(type)
188 typeName = self.getTypeName(type)
TypeGen.py 28 def getTypeName(self, printer):
50 def getTypeName(self, printer):
107 return '%s : 0;'%(printer.getTypeName(t),)
109 return '%s field%d : %d;'%(printer.getTypeName(t),i,
112 return '%s field%d;'%(printer.getTypeName(t),i)
145 elementName = printer.getTypeName(self.elementType)
166 return 'typedef _Complex %s %s;'%(printer.getTypeName(self.elementType), name)
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 170 /// getTypeName - Return the user string for the specified integer type enum.
172 const char *TargetInfo::getTypeName(IntType T) {
  /src/external/bsd/elftosb/dist/common/
Value.h 27 virtual std::string getTypeName() const = 0;
41 virtual std::string getTypeName() const { return "integer"; }
73 virtual std::string getTypeName() const { return "sized integer"; }
107 virtual std::string getTypeName() const { return "string"; }
132 virtual std::string getTypeName() const { return "binary"; }
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 111 const char *getTypeName() const { return TypeName; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp 52 const char *types::getTypeName(ID Id) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
llvm-ifs.cpp 71 static std::string getTypeName(IFSSymbolType Type) {
539 << "\nType Values: " << getTypeName(SI->second.Type)
540 << " " << getTypeName(Symbol.Type) << "\n";
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 110 const char *getTypeName() const { return TypeName; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 110 const char *getTypeName() const { return TypeName; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 70 void getTypeName(SmallVectorImpl<char> &Result) const;
557 inline void RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp 142 std::string MetadataStreamerV2::getTypeName(Type *Ty, bool Signed) const {
146 return (Twine('u') + getTypeName(Ty, true)).str();
172 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str();
272 Attrs.mVecTypeHint = getTypeName(
561 std::string MetadataStreamerV3::getTypeName(Type *Ty, bool Signed) const {
565 return (Twine('u') + getTypeName(Ty, true)).str();
591 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str();
658 getTypeName(
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp 1097 printf("%s: %s\n", getTypeName(), m_message->c_str());
1100 const char * MessageStatementASTNode::getTypeName() const
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 671 StringRef getTypeName() const { return TypeName; }
  /src/external/gpl3/binutils/dist/gprofng/src/
ClassFile.cc 745 static char *getTypeName (int ty);
759 char *tyName = getTypeName (ty);
912 BinaryConstantPool::getTypeName (int ty)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.cc 745 static char *getTypeName (int ty);
759 char *tyName = getTypeName (ty);
912 BinaryConstantPool::getTypeName (int ty)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 284 ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc,
400 ParsedType Ty = getTypeName(*NewII, NameLoc, S, NewSSPtr,
717 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S,

Completed in 53 milliseconds