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