reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Core/Disassembler.cpp
 1295 bool PseudoInstruction::DoesBranch() {
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
   95   bool DoesBranch() override {

References

tools/lldb/source/API/SBInstruction.cpp
  203     return inst_sp->DoesBranch();
tools/lldb/source/Core/Disassembler.cpp
 1110     if (m_instructions[i]->DoesBranch()) {
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  221   assert(first_insn->DoesBranch() && !second_insn->DoesBranch());
  221   assert(first_insn->DoesBranch() && !second_insn->DoesBranch());