Home
last modified time | relevance | path

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

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