Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Ddisassembler_x86.cc57 uint32_t DisassemblerX86::NextInstruction() { in NextInstruction() function in google_breakpad::DisassemblerX86
/external/v8/src/crankshaft/
Dlithium-allocator.h79 LifetimePosition NextInstruction() const { in NextInstruction() function
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp398 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