Home
last modified time | relevance | path

Searched refs:eContextInvalid (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h101 eContextInvalid = 0, enumerator
186 ContextType type = eContextInvalid;
/src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp429 case EmulateInstruction::eContextInvalid: in WriteMemory()
536 case EmulateInstruction::eContextInvalid: in WriteRegister()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1251 bad_vaddr_context.type = eContextInvalid; in Emulate_SW()
1310 bad_vaddr_context.type = eContextInvalid; in Emulate_LW()
1515 bad_vaddr_context.type = eContextInvalid; in Emulate_SWSP()
1652 bad_vaddr_context.type = eContextInvalid; in Emulate_LWSP()
2998 bad_vaddr_context.type = eContextInvalid; in Emulate_LDST_Imm()
3039 bad_vaddr_context.type = eContextInvalid; in Emulate_LDST_Reg()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1176 bad_vaddr_context.type = eContextInvalid; in Emulate_SD()
1206 bad_vaddr_context.type = eContextInvalid; in Emulate_LD()
2321 bad_vaddr_context.type = eContextInvalid; in Emulate_LDST_Imm()
2362 bad_vaddr_context.type = eContextInvalid; in Emulate_LDST_Reg()