Home
last modified time | relevance | path

Searched refs:getTypeString (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp58 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
H A DELFDumper.cpp1645 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 DBuiltins.h91 const char *getTypeString(unsigned ID) const { in getTypeString() function
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp57 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 DWindowsResource.h98 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp159 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 DTargetInfo.cpp8681 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 DASTContext.cpp9520 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType()