Searched defs:is_64_bit (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ | ||
| H A D | MachThread.cpp | 27 MachThread::MachThread(MachProcess *process, bool is_64_bit, in MachThread() argument |
| /llvm-project/lldb/examples/python/ | ||
| H A D | mach_o.py | 448 def is_64_bit(self): member in Mach.Arch |
| /llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ | ||
| H A D | ObjectFileMachO.cpp | 972 bool is_64_bit = false; ParseHeader() local |