Searched defs:typeName (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h464 Get_BitfieldMatch(ValueObject& valobj, ConstString typeName, MapValueType& entry, uint32_t& reason) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp554 Out << "std::vector<Type*>" << typeName << "_args;"; local
568 Out << "FunctionType* " << typeName << " = FunctionType::get("; local
580 Out << "StructType *" << typeName << " = mod->getTypeByName(\""; local
584 Out << "if (!" << typeName << ") {"; local
586 Out << typeName << " = "; local
597 Out << "std::vector<Type*>" << typeName << "_field local
611 Out << "StructType *" << typeName << " = "; local
614 Out << "if (" << typeName << "->isOpaque()) {"; local
616 Out << typeName << "->setBody("; local
732 << " = ConstantAggregateZero::get(" << typeName << ");"; local
735 << " = ConstantPointerNull::get(" << typeName << ");"; local
778 << typeName << ");"; local
2018 printType(const std::string &fname, const std::string &typeName) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp356 std::string typeName = pointeeTy.getUnqualifiedType().getAsString() + "*"; local
377 std::string typeName = ty.getUnqualifiedType().getAsString(); local
H A DCGDebugInfo.cpp2795 SmallString<36> typeName; local
H A DCGObjCGNU.cpp1154 llvm::Constant *typeName = local

Completed in 195 milliseconds