Home
last modified time | relevance | path

Searched refs:prologue (Results 1 – 25 of 213) sorted by relevance

123456789

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp133 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/
Drun-get-lines.sh26 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/
DTestContext.java25 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/
DTestContext.java26 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/
Dprologuedata.ll10 ; 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/
Dprologuedata.ll12 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/
Dpp.py78 prologue = ['if 0:'] variable
83 prologue = [ variable
110 prologue = ['if 1:'] variable
116 program = '\n'.join(prologue) + '\n'
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py399 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/
Dpatchable-prologue.ll6 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" {
Dprologuedata.ll8 define void @f() prologue i32 1 {
15 define void @g() prologue i32* @i {
D2009-01-16-SchedulerBug.ll12 prologue:
17 NextVerify42: ; preds = %prologue
41 FailedVerify: ; preds = %NextVerify42, %prologue
Dshrink-wrap-chkstk.ll3 ; 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
Dx86-shrink-wrap-unwind.ll24 ; 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
Dsubreg-to-reg-2.ll12 prologue:
20 bb5: ; preds = %prologue
/external/libunwind/tests/
Dia64-test-nat-asm.S62 .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/
D2009-01-16-SchedulerBug.ll12 prologue:
17 NextVerify42: ; preds = %prologue
41 FailedVerify: ; preds = %NextVerify42, %prologue
Dsubreg-to-reg-2.ll12 prologue:
20 bb5: ; preds = %prologue
Dwin_chkstk.ll8 ; 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/
Dsiglongjmp.S35 .prologue
42 .prologue
Dlongjmp.S32 .prologue
/external/llvm/test/DebugInfo/X86/
Dstmt-list-multiple-compile-units.ll27 ; 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/
Deh-directive-multiple-offsets.s75 @ prologue:
108 @ prologue:
139 @ prologue:
/external/boringssl/win-x86_64/crypto/fipsmodule/
Drdrand-x86_64.asm15 mov QWORD[8+rsp],rdi ;WIN64 prologue
41 mov QWORD[8+rsp],rdi ;WIN64 prologue
/external/llvm/docs/
DSegmentedStacks.rst14 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/
Dcrsave.ll64 ; 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

123456789