Home
last modified time | relevance | path

Searched refs:typeName (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp125 void printType(const std::string& fname, const std::string& typeName );
562 std::string typeName(getCppName(Ty)); in printType() local
568 Out << "std::vector<Type*>" << typeName << "_args;"; in printType()
576 Out << typeName << "_args.push_back(" << argName; in printType()
582 Out << "FunctionType* " << typeName << " = FunctionType::get("; in printType()
585 nl(Out) << "/*Params=*/" << typeName << "_args,"; in printType()
594 Out << "StructType *" << typeName << " = mod->getTypeByName(\""; in printType()
598 Out << "if (!" << typeName << ") {"; in printType()
600 Out << typeName << " = "; in printType()
611 Out << "std::vector<Type*>" << typeName << "_fields;"; in printType()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.cpp426 std::string typeName = in GenOpenCLArgMetadata() local
430 std::string::size_type pos = typeName.find("unsigned"); in GenOpenCLArgMetadata()
432 typeName.erase(pos+1, 8); in GenOpenCLArgMetadata()
434 argTypeNames.push_back(llvm::MDString::get(Context, typeName)); in GenOpenCLArgMetadata()
466 std::string typeName = ty.getUnqualifiedType().getAsString(Policy); in GenOpenCLArgMetadata() local
469 std::string::size_type pos = typeName.find("unsigned"); in GenOpenCLArgMetadata()
471 typeName.erase(pos+1, 8); in GenOpenCLArgMetadata()
473 argTypeNames.push_back(llvm::MDString::get(Context, typeName)); in GenOpenCLArgMetadata()
HDCGDebugInfo.cpp3076 SmallString<36> typeName; in EmitDeclareOfBlockLiteralArgVariable() local
3077 llvm::raw_svector_ostream(typeName) << "__block_literal_" in EmitDeclareOfBlockLiteralArgVariable()
3083 tunit, typeName.str(), tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
HDCGObjCGNU.cpp1156 llvm::Constant *typeName = in GetEHType() local
1161 fields.push_back(typeName); in GetEHType()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h114 StringRef typeName() const;
152 StringRef typeName() const;
/NextBSD/contrib/llvm/utils/TableGen/
HDX86RecognizableInstr.cpp499 const std::string &typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand() local
501 OperandEncoding encoding = encodingFromString(typeName, OpSize); in handleOperand()
505 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1531 StringRef MachORebaseEntry::typeName() const { in typeName() function in MachORebaseEntry
1777 StringRef MachOBindEntry::typeName() const { in typeName() function in MachOBindEntry
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp8626 Address, Entry.typeName().str().c_str()); in printMachORebaseTable()
8676 << left_justify(Entry.typeName(), 8) << " " in printMachOBindTable()
8738 << left_justify(Entry.typeName(), 8) << " " in printMachOWeakBindTable()