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