Home
last modified time | relevance | path

Searched defs:NextInstruction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/processor/
H A Ddisassembler_x86.cc69 uint32_t DisassemblerX86::NextInstruction() { in NextInstruction() function in google_breakpad::DisassemblerX86
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp406 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp404 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp398 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func