Lines Matching defs:flavor
81 int flavor = data.GetU32 (&offset); in SetRegisterDataFrom_LC_THREAD() local
126 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR()
132 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU()
138 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
144 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR()
150 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
156 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
189 int flavor = data.GetU32 (&offset); in SetRegisterDataFrom_LC_THREAD() local
234 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR()
240 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU()
246 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
252 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR()
258 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
264 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
296 int flavor = data.GetU32 (&offset); in SetRegisterDataFrom_LC_THREAD() local
352 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR()
358 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU()
364 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
370 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) in DoReadDBG()
376 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR()
382 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU()
388 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
394 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) in DoWriteDBG()
3842 uint32_t flavor = m_data.GetU32(&offset); in GetEntryPointAddress() local