Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp31 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 DTypeInfo.h37 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 DELFDumper.cpp734 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 DTargetInfo.cpp6709 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 DMagicPass.cpp1311 …* typeStrValue = MagicUtil::getArrayPtr(M, MagicUtil::getStringRef(M, aTypeInfo->getTypeString())); in runOnModule()