| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/ |
| H A D | file-headers-arm64.test | 1 ## Check subtype Arm64-ALL: 6 ## Check subtype Arm64-V8: 11 ## Check subtype Arm64E:
|
| /llvm-project-15.0.7/clang/tools/scan-view/share/ |
| H A D | Reporter.py | 95 maintype, subtype = ctype.split('/', 1) 99 msg = MIMEText(fp.read(), _subtype=subtype) 103 msg = MIMEBase(maintype, subtype)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
| H A D | code-signature-check.py | 37 subtype = { 44 return subtype._make(struct.unpack_from(subtype._format(), buf, 0))
|
| /llvm-project-15.0.7/lld/test/MachO/Inputs/ |
| H A D | code-signature-check.py | 37 subtype = { 44 return subtype._make(struct.unpack_from(subtype._format(), buf, 0))
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypeSyntax.cpp | 95 [&](Type subtype) { dispatchPrint(printer, subtype); }); in printStructType() argument 117 [&printer](Type subtype) { dispatchPrint(printer, subtype); }); in printFunctionType() argument
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 437 uint32_t subtype = Header.cpusubtype & ~MachO::CPU_SUBTYPE_MASK; in printFileHeaders() local 440 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX86)); in printFileHeaders() 443 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX64)); in printFileHeaders() 446 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM)); in printFileHeaders() 449 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesPPC)); in printFileHeaders() 452 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesSPARC)); in printFileHeaders() 455 W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM64)); in printFileHeaders() 459 W.printHex("CpuSubtype", subtype); in printFileHeaders()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestTypes.cpp | 450 Type subtype = parseTestType(parser, stack); in parseTestType() local 452 if (!subtype || failed(parser.parseGreater()) || failed(rec.setBody(subtype))) in parseTestType()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
| H A D | parser_json.test | 17 crash_reason_json = json.loads('{"type" : "EXC_BAD_ACCESS", "signal" : "SIGSEGV", "subtype" : "KERN…
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | no_threadState.ips | 10 "subtype" : "KERN_INVALID_ADDRESS at 0x0000000000000000"
|
| H A D | a.out.ips | 10 "subtype" : "KERN_INVALID_ADDRESS at 0x0000000000000000"
|
| H A D | scripted_crashlog.ips | 17 "subtype": "KERN_INVALID_ADDRESS at 0x0000000000000000",
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-06-25-CoalescerSubRegDefDead.ll | 5 %struct.subtype = type { ptr, i32, i32, i32, ptr, i32, i32, i32, ptr, ptr, ptr, ptr }
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | dump_format_style.py | 72 subtype, napplied = re.subn(r'^std::vector<(.*)>$', r'\1', typestr) 74 return 'List of ' + pluralize(to_yaml_type(subtype))
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 134 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() argument
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/ |
| H A D | cpu-subtype-matching.test | 1 ## This test checks that the CPU subtype matching logic is handled correctly.
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 102 uint32_t subtype = target->cpuSubtype; in cpuSubtype() local 108 subtype |= CPU_SUBTYPE_LIB64; in cpuSubtype() 110 return subtype; in cpuSubtype()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 522 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() argument 523 SetArchitecture(arch_type, cpu, subtype); in ArchSpec()
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | projects.rst | 19 a subtype of "std::string" into an unbounded search (all things with the name 20 of that subtype.) Or didn't stop when we got a reasonable answer proximate to
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 477 // process -- we can only get the host's cpu subtype.
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | BackGuide.rst | 174 * A virtual function to check whether this type is a subtype of
|
| H A D | ProgRef.rst | 1724 This operator produces 1 if the type of *a* is a subtype of the given *type*; 0
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 633 inline boolean isa_type(T subtype) const; 716 inline boolean isa_type(T subtype) const; 1250 inline boolean isa_type(T subtype) const; 3562 inline boolean isa_type(T subtype) const; 6197 boolean ast_expr::isa_type(T subtype) const in isa_type() argument 6201 return isl_ast_expr_get_type(get()) == subtype; in isa_type() 6415 boolean ast_expr_op::isa_type(T subtype) const in isa_type() argument 6419 return isl_ast_expr_op_get_type(get()) == subtype; in isa_type() 7380 boolean ast_node::isa_type(T subtype) const in isa_type() argument 7384 return isl_ast_node_get_type(get()) == subtype; in isa_type() [all …]
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 954 cpusubtype: is a number that is the mach-o CPU subtype type that is being debugged (base 10) 1066 cpusubtype: the Mach-O CPU subtype of the process (base 16)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ExceptionHandling.rst | 174 exception being thrown is of type ``@ExcType`` or a subtype of
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 159 // constrained subtype, the attribute must have a certain value, and so on.
|