/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 133 uint32_t *offset_ptr, Prologue *prologue) { in parsePrologue() argument 136 prologue->clear(); in parsePrologue() 137 prologue->TotalLength = debug_line_data.getU32(offset_ptr); in parsePrologue() 138 prologue->Version = debug_line_data.getU16(offset_ptr); in parsePrologue() 139 if (prologue->Version != 2) in parsePrologue() 142 prologue->PrologueLength = debug_line_data.getU32(offset_ptr); in parsePrologue() 143 const uint32_t end_prologue_offset = prologue->PrologueLength + *offset_ptr; in parsePrologue() 144 prologue->MinInstLength = debug_line_data.getU8(offset_ptr); in parsePrologue() 145 prologue->DefaultIsStmt = debug_line_data.getU8(offset_ptr); in parsePrologue() 146 prologue->LineBase = debug_line_data.getU8(offset_ptr); in parsePrologue() [all …]
|
/external/elfutils/tests/ |
D | run-get-lines.sh | 26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 39 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestContext.java | 25 String prologue; field in TestContext.ContextCase 32 prologue = pro; in ContextCase() 73 String prologue, epilogue, src, dest; in testContext() local 84 prologue = pseudoToU16(cc.prologue); in testContext() 88 bidi.setContext(epilogue, prologue); in testContext() 89 bidi.setContext(prologue, epilogue); in testContext() 95 "\nPrologue: " + cc.prologue + in testContext()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestContext.java | 26 String prologue; field in TestContext.ContextCase 33 prologue = pro; in ContextCase() 74 String prologue, epilogue, src, dest; in testContext() local 85 prologue = pseudoToU16(cc.prologue); in testContext() 89 bidi.setContext(epilogue, prologue); in testContext() 90 bidi.setContext(prologue, epilogue); in testContext() 96 "\nPrologue: " + cc.prologue + in testContext()
|
/external/llvm/test/Feature/ |
D | prologuedata.ll | 10 ; CHECK: f(){{.*}}prologue i32 1 11 define void @f() prologue i32 1 { 15 ; CHECK: g(){{.*}}prologue i32* @i 16 define void @g() prologue i32* @i {
|
/external/llvm/test/Linker/ |
D | prologuedata.ll | 12 define void @f1() prologue i8* @p1 { 15 ; CHECK-DAG: define void @f1() prologue i8* @p1 { 17 define internal void @f2() prologue i8* @p2 { 21 ; CHECK-DAG: define internal void @f2() prologue i8* @p2 {
|
/external/python/cpython2/Demo/scripts/ |
D | pp.py | 78 prologue = ['if 0:'] variable 83 prologue = [ variable 110 prologue = ['if 1:'] variable 116 program = '\n'.join(prologue) + '\n'
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 399 self.prologue(T_ERROR) 402 def prologue(self, title, entry=None, **kw): member in FaqWizard 409 self.prologue(T_HOME) 413 self.prologue("FAQ Wizard Debugging") 442 self.prologue(T_SEARCH) 474 self.prologue(T_ALL) 517 self.prologue(T_INDEX) 569 self.prologue(T_RECENT) 590 self.prologue(T_ROULETTE) 595 self.prologue(T_HELP) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | patchable-prologue.ll | 6 define void @f0() "patchable-function"="prologue-short-redirect" { 16 define void @f1() "patchable-function"="prologue-short-redirect" "no-frame-pointer-elim"="true" { 25 define void @f2() "patchable-function"="prologue-short-redirect" { 36 define void @f3() "patchable-function"="prologue-short-redirect" optsize { 50 define i32 @f4(i8* %arg1, i64 %arg2, i32 %arg3) "patchable-function"="prologue-short-redirect" {
|
D | prologuedata.ll | 8 define void @f() prologue i32 1 { 15 define void @g() prologue i32* @i {
|
D | 2009-01-16-SchedulerBug.ll | 12 prologue: 17 NextVerify42: ; preds = %prologue 41 FailedVerify: ; preds = %NextVerify42, %prologue
|
D | shrink-wrap-chkstk.ll | 3 ; chkstk cannot come before the usual prologue, since it adjusts ESP. 4 ; If chkstk is used in the prologue, we also have to be careful about preserving 43 ; In this test case, we force usage of EAX before the prologue, and have to
|
D | x86-shrink-wrap-unwind.ll | 24 ; After the prologue is set. 67 ; No prologue needed. 70 ; After the prologue is set. 113 ; No prologue needed. 116 ; After the prologue is set. 158 ; instead of just before the prologue. 174 ; the place where the prologue is actually needed, which is
|
D | subreg-to-reg-2.ll | 12 prologue: 20 bb5: ; preds = %prologue
|
/external/libunwind/tests/ |
D | ia64-test-nat-asm.S | 62 .prologue 100 .prologue 137 .prologue 177 .prologue 214 .prologue 251 .prologue 293 .prologue 336 .prologue 380 .prologue 436 .prologue [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 12 prologue: 17 NextVerify42: ; preds = %prologue 41 FailedVerify: ; preds = %NextVerify42, %prologue
|
D | subreg-to-reg-2.ll | 12 prologue: 20 bb5: ; preds = %prologue
|
D | win_chkstk.ll | 8 ; Windows and mingw require a prologue helper routine if more than 4096 bytes area 12 ; prologue is responsible for adjusting the stack pointer.
|
/external/libunwind/src/ia64/ |
D | siglongjmp.S | 35 .prologue 42 .prologue
|
D | longjmp.S | 32 .prologue
|
/external/llvm/test/DebugInfo/X86/ |
D | stmt-list-multiple-compile-units.ll | 27 ; CHECK-NEXT: Line table prologue: 30 ; CHECK: Line table prologue: 44 ; DWARF3-NEXT: Line table prologue: 47 ; DWARF3: Line table prologue:
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-multiple-offsets.s | 75 @ prologue: 108 @ prologue: 139 @ prologue:
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | rdrand-x86_64.asm | 15 mov QWORD[8+rsp],rdi ;WIN64 prologue 41 mov QWORD[8+rsp],rdi ;WIN64 prologue
|
/external/llvm/docs/ |
D | SegmentedStacks.rst | 14 into a doubly linked list. The function prologue is responsible for checking if 30 As mentioned above, the function prologue checks if the current stacklet has 48 # Usual prologue continues here
|
/external/llvm/test/CodeGen/PowerPC/ |
D | crsave.ll | 64 ; Generate mfocrf in prologue when we need to save 1 nonvolatile CR field 74 ; Generate mfcr in prologue when we need to save all nonvolatile CR field
|