Searched refs:getTypeString (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 31 static std::string getTypeString(Type *T) { in getTypeString() function 1034 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 1074 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 2155 getTypeString(Val->getType()) + "'"); in GetVal() 2197 getTypeString(Val->getType()) + "'"); in GetVal() 2245 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 2261 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 2417 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() 2441 getTypeString(Elts[0]->getType())); in ParseValID() 2450 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() [all …]
|
| /minix3/minix/llvm/passes/include/magic/support/ |
| H A D | TypeInfo.h | 37 std::string getTypeString() const; 310 inline std::string TypeInfo::getTypeString() const { in getTypeString() function
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 734 static const char *getTypeString(uint64_t Type) { in getTypeString() function 952 << " " << format("%-21s", getTypeString(Entry.getTag())); in printDynamicTable()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 6709 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, 6716 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD() 7033 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString() function
|
| /minix3/minix/llvm/passes/magic/ |
| H A D | MagicPass.cpp | 1311 …* typeStrValue = MagicUtil::getArrayPtr(M, MagicUtil::getStringRef(M, aTypeInfo->getTypeString())); in runOnModule()
|