Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp213 auto second_insn = insn_list->GetInstructionAtIndex(1); in GetStepThroughTrampolinePlan() local
216 if (first_insn == nullptr || second_insn == nullptr || in GetStepThroughTrampolinePlan()
218 strcmp(second_insn->GetMnemonic(&exe_ctx), "nop") != 0) { in GetStepThroughTrampolinePlan()
222 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()