/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 249 StreamString typeName; in PrintDecl() local 277 typeName << type_name_str.c_str(); in PrintDecl() 305 ConstString type_name_cstr(typeName.GetString()); in PrintDecl() 323 if (!typeName.Empty()) in PrintDecl() 324 m_stream->Printf("(%s) ", typeName.GetData()); in PrintDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 12 class PropertyType<string typeName = ""> { 14 string CXXName = !if(!ne(typeName, ""), typeName, NAME); 36 class EnumPropertyType<string typeName = ""> : PropertyType<typeName> {} 57 class DefaultValuePropertyType<string typeName = ""> : PropertyType<typeName> { 66 class CountPropertyType<string typeName = ""> : PropertyType<typeName> {
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 482 virtual std::string typeName() const { return "Value *"; } in typeName() function in __anon819a2c470111::Result 572 std::string typeName() const override { in typeName() function in __anon819a2c470111::BuiltinArgResult 573 return AddressType ? "Address" : Result::typeName(); in typeName() 715 std::string typeName() const override { in typeName() function in __anon819a2c470111::AddressResult 771 std::string typeName() const override { in typeName() function in __anon819a2c470111::TypeResult 884 std::string Type = V->typeName(); in genCode() 885 OS << V->typeName(); in genCode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 175 StringRef typeName() const; 221 StringRef typeName() const; 331 StringRef typeName() const;
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 430 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand() local 432 OperandEncoding encoding = encodingFromString(std::string(typeName), OpSize); in handleOperand() 437 typeFromString(std::string(typeName), HasREX_W, OpSize); in handleOperand()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPPC.cpp | 301 #define PPC_VECTOR_TYPE(typeName, Id, size) \ in DecodePPCMMATypeFromStr() argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2280 auto typeName = Ty.getUnqualifiedType().getAsString(Policy); in GenKernelArgMetadata() local 2283 StringRef typeNameRef = typeName; in GenKernelArgMetadata() 2291 return typeName; in GenKernelArgMetadata() 2303 std::string typeName = getTypeSpelling(pointeeTy) + "*"; in GenKernelArgMetadata() local 2306 argTypeNames.push_back(llvm::MDString::get(VMContext, typeName)); in GenKernelArgMetadata() 2329 std::string typeName = getTypeSpelling(ty); in GenKernelArgMetadata() local 2337 removeImageAccessQualifier(typeName); in GenKernelArgMetadata() 2341 argTypeNames.push_back(llvm::MDString::get(VMContext, typeName)); in GenKernelArgMetadata()
|
H A D | CGObjCGNU.cpp | 2575 llvm::Constant *typeName = in GetEHType() local 2581 fields.add(typeName); in GetEHType()
|
H A D | CGDebugInfo.cpp | 5314 SmallString<36> typeName; in EmitDeclareOfBlockLiteralArgVariable() local 5315 llvm::raw_svector_ostream(typeName) in EmitDeclareOfBlockLiteralArgVariable() 5321 DBuilder.createStructType(tunit, typeName.str(), tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3303 StringRef MachOAbstractFixupEntry::typeName() const { return "unknown"; } in typeName() function in MachOAbstractFixupEntry 3760 StringRef MachORebaseEntry::typeName() const { in typeName() function in MachORebaseEntry 4306 StringRef MachOBindEntry::typeName() const { in typeName() function in MachOBindEntry
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 10352 Address, Entry.typeName().str().c_str()); in printMachORebaseTable() 10403 << left_justify(Entry.typeName(), 8) << " " in printMachOBindTable() 10461 << left_justify(Entry.typeName(), 8) << " " in printMachOWeakBindTable()
|