HomeSort by: relevance | last modified time | path
    Searched refs:getTypeString (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WindowsResourceDumper.cpp 56 auto NarrowStr = stripUTF16(Ref.getTypeString());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h 89 const char *getTypeString(unsigned ID) const {
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp 471 auto getTypeString = [&](StringRef TypeStr) {
513 Str += getTypeString("float");
516 Str += getTypeString("int");
519 Str += getTypeString("uint");
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
WindowsResource.h 102 ArrayRef<UTF16> getTypeString() const { return Type; }
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 55 static std::string getTypeString(Type *T) {
1512 getTypeString(Val->getType()) + "' but expected '" +
1513 getTypeString(SuggestedTy) + "'");
3226 getTypeString(FI->second.first->getType()) +
3244 getTypeString(FI->second.first->getType()) +
3422 getTypeString(Elts[0]->getType()));
3446 getTypeString(Elts[0]->getType()));
3455 getTypeString(Elts[0]->getType()));
3627 getTypeString(SrcVal->getType()) + "' to '" +
3628 getTypeString(DestTy) + "'")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp 191 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8))
487 return addNameChild(Entry.getTypeString(), StringTable);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 10043 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
10052 if (getTypeString(Enc, D, CGM, TSC)) {
10428 static bool getTypeString(SmallStringEnc &Enc, const Decl *D,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10598 const char *TypeStr = BuiltinInfo.getTypeString(Id);

Completed in 118 milliseconds