/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
H A D | create-empty-corefile.cpp | 53 std::vector<uint8_t> lc_thread_load_command(cpu_type_t cputype) { in lc_thread_load_command() argument 190 std::string get_uuid_from_binary(const char *fn, cpu_type_t &cputype, in get_uuid_from_binary() argument 315 cpu_type_t cputype; main() local [all...] |
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ThreadMachCore.cpp | 118 const uint32_t cputype = arch_spec.GetMachOCPUType(); in CalculateStopInfo() local
|
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/ |
H A D | create-multibin-corefile.cpp | 73 std::vector<uint8_t> lc_thread_load_command(cpu_type_t cputype) { in lc_thread_load_command() 206 std::string scan_binary(const char *fn, uint64_t &vmaddr, cpu_type_t &cputype, in scan_binary() 352 cpu_type_t cputype; in main() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversal.cpp | 71 uint32_t cputype; getAsObjectFile() local [all...] |
H A D | MachOObjectFile.cpp | 1023 uint32_t cputype = getCPUType(Obj); in checkThreadCommand() local 1275 uint32_t cputype; MachOObjectFile() local [all...] |
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 64 llvm::yaml::Hex32 cputype; member 155 llvm::yaml::Hex32 cputype; member
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachVMMemory.cpp | 169 cpu_type_t cputype, nub_process_t pid, vm_statistics64_data_t &vminfo, in GetMemoryProfile()
|
/llvm-project/lld/test/MachO/ |
H A D | obj-file-with-stabs.s | 16 cputype: 0x1000007 label
|
H A D | objc-uses-custom-personality.s | 50 cputype: 0x1000007 label
|
H A D | compact-unwind-both-local-and-dylib-personality.s | 200 cputype: 0x1000007 label
|
H A D | compact-unwind-sym-relocs.s | 44 cputype: 0x1000007 label
|
H A D | weak-definition-gc.s | 271 cputype: 0x1000007 label
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cpp | 308 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType() argument
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBRemote.cpp | 4715 GetArchName(const uint32_t cputype,const uint32_t cpusubtype) GetArchName() argument 4764 GetHostCPUType(uint32_t & cputype,uint32_t & cpusubtype,uint32_t & is_64_bit_capable,bool & promoted_to_64) GetHostCPUType() argument 4818 uint32_t cputype = 0; HandlePacket_qHostInfo() local 5142 uint32_t cputype = DNBGetRegisterCPUType(); GenerateTargetXMLRegisters() local 6199 cpu_type_t cputype = DNBProcessGetCPUType(pid); GetCPUTypesFromHost() local 6288 cpu_type_t cputype; HandlePacket_qProcessInfo() local [all...] |
H A D | DNB.cpp | 1293 cpu_type_t cputype = DNBProcessGetCPUType(pid); DNBProcessMemoryReadPointer() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 612 uint32_t cputype = O->getHeader().cputype; in PrintIndirectSymbolTable() local 718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument 763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument 802 const uint64_t cputype, in PrintRelocationEntries() argument 975 const uint64_t cputype = O->getHeader().cputype; PrintRelocations() local 1880 uint32_t cputype = O->getHeader().cputype; DumpRawSectionContents() local 2226 printUnknownCPUType(uint32_t cputype,uint32_t cpusubtype) printUnknownCPUType() argument 2233 printCPUType(uint32_t cputype,uint32_t cpusubtype) printCPUType() argument 2374 uint32_t cputype = OFA.getCPUType(); printMachOUniversalHeaders() local 8235 PrintMachHeader(uint32_t magic,uint32_t cputype,uint32_t cpusubtype,uint32_t filetype,uint32_t ncmds,uint32_t sizeofcmds,uint32_t flags,bool verbose) PrintMachHeader() argument 9628 PrintThreadCommand(MachO::thread_command t,const char * Ptr,bool isLittleEndian,uint32_t cputype) PrintThreadCommand() argument 10091 PrintLoadCommands(const MachOObjectFile * Obj,uint32_t filetype,uint32_t cputype,bool verbose) PrintLoadCommands() argument 10257 uint32_t cputype = 0; printMachOLoadCommands() local [all...] |
/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 37 cpu_type_t cputype; member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 514 uint32_t cputype; member 524 uint32_t cputype; member 962 uint32_t cputype; member 970 uint32_t cputype; member
|