Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp135 std::string getTypeString(SlotType Ty) { in getTypeString() function
191 Rem << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp56 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h106 const char *getTypeString(unsigned ID) const { in getTypeString() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp71 static std::string getTypeString(Type *T) { in getTypeString() function
1769 getTypeString(Val->getType()) + "' but expected '" + in checkValidVariableType()
1770 getTypeString(Ty) + "'"); in checkValidVariableType()
3693 getTypeString(FI->second.first->getType()) + in setInstName()
3711 getTypeString(FI->second.first->getType()) + in setInstName()
3890 getTypeString(Elts[0]->getType())); in parseValID()
3914 getTypeString(Elts[0]->getType())); in parseValID()
3923 getTypeString(Elts[0]->getType())); in parseValID()
4011 getTypeString(ExpectedTy) + "'"); in parseValID()
4186 getTypeString(SrcVal->getType()) + "' to '" + in parseValID()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h102 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp190 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError()
486 return addNameChild(Entry.getTypeString(), StringTable); in addTypeNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp5055 std::string getTypeString() const { in getTypeString() function
5071 OS << getTypeString() << " stack object at [SP" in print()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp549 Expr *getTypeString(QualType T) { in getTypeString() function
608 Expr *TypeLit = getTypeString(S.Context.getRecordType(RD)); in dumpUnnamedRecord()
659 getTypeString(FD->getType()), in dumpRecordValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12027 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType()