Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp133 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 DRISCVVIntrinsicUtils.cpp265 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 DWindowsResourceDumper.cpp56 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp292 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 DClangOpenCLBuiltinEmitter.cpp257 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 DBuiltins.h109 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 DLLParser.cpp71 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 DWindowsResource.h102 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp190 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError()
486 return addNameChild(Entry.getTypeString(), StringTable); in addTypeNode()
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp544 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 DASTContext.cpp12452 const char *TypeStr = BuiltinInfo.getTypeString(Id); in getStringLiteralArrayType()