Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
DopGen.go40873 func (o Op) IsCall() bool { return opcodeTable[o].call } func