Searched defs:NextInstruction (Results 1 – 4 of 4) sorted by relevance
57 uint32_t DisassemblerX86::NextInstruction() { in NextInstruction() function in google_breakpad::DisassemblerX86
79 LifetimePosition NextInstruction() const { in NextInstruction() function
398 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func