Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/
H A Dfile-headers-arm64.test1 ## 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 DReporter.py95 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 Dcode-signature-check.py37 subtype = {
44 return subtype._make(struct.unpack_from(subtype._format(), buf, 0))
/llvm-project-15.0.7/lld/test/MachO/Inputs/
H A Dcode-signature-check.py37 subtype = {
44 return subtype._make(struct.unpack_from(subtype._format(), buf, 0))
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp95 [&](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 DMachODumper.cpp437 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 DTestTypes.cpp450 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 Dparser_json.test17 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 Dno_threadState.ips10 "subtype" : "KERN_INVALID_ADDRESS at 0x0000000000000000"
H A Da.out.ips10 "subtype" : "KERN_INVALID_ADDRESS at 0x0000000000000000"
H A Dscripted_crashlog.ips17 "subtype": "KERN_INVALID_ADDRESS at 0x0000000000000000",
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2010-06-25-CoalescerSubRegDefDead.ll5 %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 Ddump_format_style.py72 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 DTextStubCommon.cpp134 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() argument
/llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/
H A Dcpu-subtype-matching.test1 ## This test checks that the CPU subtype matching logic is handled correctly.
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp102 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 DArchSpec.cpp522 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 Dprojects.rst19 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 DHost.mm477 // process -- we can only get the host's cpu subtype.
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst174 * A virtual function to check whether this type is a subtype of
H A DProgRef.rst1724 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 Disl-noexceptions.h633 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 Dlldb-gdb-remote.txt954 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 DExceptionHandling.rst174 exception being thrown is of type ``@ExcType`` or a subtype of
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td159 // constrained subtype, the attribute must have a certain value, and so on.

12