Searched refs:getTypeString (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | WindowsResourceDumper.cpp | 58 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
|
| H A D | ELFDumper.cpp | 1645 static const char *getTypeString(unsigned Arch, uint64_t Type) { in getTypeString() function 1940 … << format("%-21s", getTypeString(ObjF->getELFFile()->getHeader()->e_machine, Tag)); in printDynamicTable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Builtins.h | 91 const char *getTypeString(unsigned ID) const { in getTypeString() function
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 57 static std::string getTypeString(Type *T) { in getTypeString() function 1350 getTypeString(SuggestedTy) + "'"); in checkValidVariableType() 3070 getTypeString(Elts[0]->getType())); in ParseValID() 3216 getTypeString(DestTy) + "'"); in ParseValID() 5051 getTypeString(Ty) + "'"); in ConvertValIDToValue() 5314 getTypeString(Fn->getType()) + "'"); in ParseFunctionHeader() 5735 getTypeString(ResType) + "'"); in ParseRet() 5746 getTypeString(ResType) + "'"); in ParseRet() 5938 getTypeString(ExpectedTy) + "'"); in ParseInvoke() 6290 getTypeString(DestTy) + "'"); in ParseCast() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 98 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 159 StringTable.push_back(Entry.getTypeString()); in parse() 218 return addChild(Entry.getTypeString(), IsNewTypeString); in addTypeNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8681 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, 8688 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD() 9030 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9520 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType()
|