/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | stackpointer.ll | 3 define i8* @get_stack() nounwind { 5 ; CHECK-LABEL: get_stack:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stackpointer.ll | 3 define i64 @get_stack() nounwind { 5 ; CHECK-LABEL: get_stack:
|
D | arm64-named-reg-notareg.ll | 4 define i32 @get_stack() nounwind {
|
D | arm64-named-reg-alloc.ll | 4 define i32 @get_stack() nounwind {
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-stackpointer.ll | 3 define i64 @get_stack() nounwind { 5 ; CHECK-LABEL: get_stack:
|
D | arm64-named-reg-notareg.ll | 4 define i32 @get_stack() nounwind {
|
D | arm64-named-reg-alloc.ll | 4 define i32 @get_stack() nounwind {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | stackpointer.ll | 4 define i32 @get_stack() nounwind { 6 ; CHECK-LABEL: get_stack:
|
D | named-reg-notareg.ll | 4 define i32 @get_stack() nounwind {
|
D | named-reg-alloc.ll | 4 define i32 @get_stack() nounwind {
|
/external/llvm/test/CodeGen/ARM/ |
D | stackpointer.ll | 4 define i32 @get_stack() nounwind { 6 ; CHECK-LABEL: get_stack:
|
D | named-reg-notareg.ll | 4 define i32 @get_stack() nounwind {
|
D | named-reg-alloc.ll | 4 define i32 @get_stack() nounwind {
|
/external/llvm/test/CodeGen/X86/ |
D | stackpointer.ll | 5 define i64 @get_stack() nounwind { 7 ; CHECK-LABEL: get_stack:
|
D | named-reg-notareg.ll | 4 define i32 @get_stack() nounwind {
|
D | named-reg-alloc.ll | 4 define i32 @get_stack() nounwind {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | stackpointer.ll | 5 define i64 @get_stack() nounwind { 7 ; CHECK-LABEL: get_stack:
|
D | named-reg-notareg.ll | 4 define i32 @get_stack() nounwind {
|
D | named-reg-alloc.ll | 4 define i32 @get_stack() nounwind {
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | get-register-noreserve.ll | 4 define i32 @get_stack() nounwind { 5 ; CHECK-LABEL: get_stack:
|
/external/python/cpython2/Lib/idlelib/ |
D | RemoteDebugger.py | 94 def get_stack(self, fid, tbid): member in IdbAdapter 101 stack, i = self.idb.get_stack(frame, tb) 304 def get_stack(self, frame, tbid): member in IdbProxy
|
D | StackViewer.py | 24 self.stack = self.get_stack(tb) 27 def get_stack(self, tb): member in StackTreeItem
|
/external/python/cpython3/Lib/idlelib/ |
D | stackviewer.py | 25 self.stack = self.get_stack(tb) 28 def get_stack(self, tb): member in StackTreeItem
|
D | debugger_r.py | 94 def get_stack(self, fid, tbid): member in IdbAdapter 100 stack, i = self.idb.get_stack(frame, tb) 313 def get_stack(self, frame, tbid): member in IdbProxy
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc2.rst | 56 Fix Task.get_stack() for 'async def' coroutines
|