| /llvm-project/llvm/lib/CodeGen/ |
| H A D | StackFrameLayoutAnalysisPass.cpp | 133 std::string getTypeString(SlotType Ty) { in emitStackSlotRemark() 189 Rem << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackFrameLayoutRemarks() 114 std::string getTypeString(SlotType Ty) { getTypeString() function
|
| /llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 265 auto getTypeString = [&](StringRef TypeStr) { in initTypeStr() local 310 Str += getTypeString("float"); in initTypeStr() 319 Str += getTypeString("bfloat"); in initTypeStr() 322 Str += getTypeString("int"); in initTypeStr() 325 Str += getTypeString("uint"); in initTypeStr()
|
| /llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WindowsResourceDumper.cpp | 56 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
|
| /llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 292 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, 301 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD() 632 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString() function
|
| /llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 257 std::string getTypeString(const Record *Type, TypeFlags Flags, 977 std::string OpenCLBuiltinFileEmitterBase::getTypeString(const Record *Type, in EmitQualTypeFinder() 1075 std::string FullType = getTypeString(Type, Flags, Vector); in expandTypesInSignature() 993 std::string OpenCLBuiltinFileEmitterBase::getTypeString(const Record *Type, getTypeString() function in OpenCLBuiltinFileEmitterBase
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.h | 109 const char *getTypeString(unsigned ID) const { return getRecord(ID).Type; } 106 const char *getTypeString(unsigned ID) const { getTypeString() function
|
| /llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 71 static std::string getTypeString(Type *T) { in getTypeString() function 1771 getTypeString(Val->getType()) + "' but expected '" + in getGlobalVal() 1772 getTypeString(Ty) + "'"); in getGlobalVal() 3773 getTypeString(FI->second.first->getType()) + 3791 getTypeString(FI->second.first->getType()) + in parseValID() 3970 getTypeString(Elts[0]->getType())); in parseValID() 3994 getTypeString(Elts[0]->getType())); in parseValID() 4003 getTypeString(Elts[0]->getType())); in parseValID() 4087 getTypeString(ExpectedTy) + "'"); in parseValID() 4262 getTypeString(SrcVa in parseValID() [all...] |
| /llvm-project/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 102 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
|
| /llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 190 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError() 486 return addNameChild(Entry.getTypeString(), StringTable); in addTypeNode()
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 544 Expr *getTypeString(QualType T) { in getIndentString() 603 Expr *TypeLit = getTypeString(S.Context.getRecordType(RD)); in appendFormatSpecifier() 654 getTypeString(FD->getType()), in dumpRecordValue() 549 Expr *getTypeString(QualType T) { getTypeString() function
|
| /llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12452 const char *TypeStr = BuiltinInfo.getTypeString(Id); in getStringLiteralArrayType()
|