Home
last modified time | relevance | path

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

12345678910>>...14

/external/elfutils/tests/
Drun-next-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 …]
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/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/deqp-deps/SPIRV-Tools/test/reduce/
Dremove_unreferenced_instruction_reduction_pass_test.cpp26 const std::string prologue = R"( in TEST() local
58 const std::string original = prologue + R"( in TEST()
66 const std::string expected = prologue + R"( in TEST()
89 const std::string prologue = R"( in TEST() local
121 const std::string original = prologue + R"( in TEST()
139 const std::string expected_reduced = prologue + R"( in TEST()
151 const std::string expected_reduced = prologue + R"( in TEST()
162 const std::string expected_reduced = prologue + R"( in TEST()
176 const std::string expected_reduced = prologue + R"( in TEST()
188 const std::string expected_reduced = prologue + R"( in TEST()
[all …]
Dremove_opname_instruction_reduction_pass_test.cpp51 const std::string prologue = R"( in TEST() local
69 const std::string original = prologue + R"( in TEST()
73 const std::string expected = prologue + epilogue; in TEST()
89 const std::string prologue = R"( in TEST() local
118 const std::string original = prologue + R"( in TEST()
126 const std::string expected = prologue + epilogue; in TEST()
152 const std::string prologue = R"( in TEST() local
181 const std::string original = prologue + R"( in TEST()
190 const std::string expected = prologue + epilogue; in TEST()
Doperand_to_constant_reduction_pass_test.cpp24 std::string prologue = R"( in TEST() local
84 std::string original = prologue + R"( in TEST()
90 std::string expected = prologue + R"( in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dremove_unreferenced_instruction_reduction_pass_test.cpp26 const std::string prologue = R"( in TEST() local
58 const std::string original = prologue + R"( in TEST()
66 const std::string expected = prologue + R"( in TEST()
89 const std::string prologue = R"( in TEST() local
121 const std::string original = prologue + R"( in TEST()
139 const std::string expected_reduced = prologue + R"( in TEST()
151 const std::string expected_reduced = prologue + R"( in TEST()
162 const std::string expected_reduced = prologue + R"( in TEST()
176 const std::string expected_reduced = prologue + R"( in TEST()
188 const std::string expected_reduced = prologue + R"( in TEST()
[all …]
Dremove_opname_instruction_reduction_pass_test.cpp51 const std::string prologue = R"( in TEST() local
69 const std::string original = prologue + R"( in TEST()
73 const std::string expected = prologue + epilogue; in TEST()
89 const std::string prologue = R"( in TEST() local
118 const std::string original = prologue + R"( in TEST()
126 const std::string expected = prologue + epilogue; in TEST()
152 const std::string prologue = R"( in TEST() local
181 const std::string original = prologue + R"( in TEST()
190 const std::string expected = prologue + epilogue; in TEST()
Doperand_to_constant_reduction_pass_test.cpp24 std::string prologue = R"( in TEST() local
84 std::string original = prologue + R"( in TEST()
90 std::string expected = prologue + R"( in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_line_invalid.test14 # Stop looking for the specified unit, if a fatally-bad prologue is detected.
40 # FATAL-NEXT: Line table prologue
44 # For non-fatal prologue issues, the table prologue should be dumped, and any subsequent tables sho…
46 # NONFATAL-NEXT: Line table prologue
49 # NONFATAL-NEXT: Line table prologue
52 # NONFATAL-NEXT: Line table prologue
55 # NONFATAL-NEXT: Line table prologue
58 # NONFATAL-NEXT: Line table prologue
61 # Dumping prints the line table prologue and any valid operations up to the point causing the probl…
62 # NONFATAL-NEXT: Line table prologue
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestContext.java28 String prologue; field in TestContext.ContextCase
35 prologue = pro; in ContextCase()
76 String prologue, epilogue, src, dest; in testContext() local
87 prologue = pseudoToU16(cc.prologue); in testContext()
91 bidi.setContext(epilogue, prologue); in testContext()
92 bidi.setContext(prologue, epilogue); in testContext()
98 "\nPrologue: " + cc.prologue + in testContext()
/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dinvalid-prologue-end.ll3 ; The prologue-end line record must be emitted after the last instruction that
19 ; The prologue-end line record is emitted with an incorrect associated address,
21 ; the prologue.
37 ; The correct location for the prologue-end line information is just before
57 ; CHECK-NEXT: .loc 1 7 8 prologue_end {{.*}}# invalid-prologue-end.cpp:7:8
78 !1 = !DIFile(filename: "invalid-prologue-end.cpp", directory: "/home/carlos/llvm-root/work")
Ddwarfdump-line-dwo.s45 # PART1: Line table prologue:
91 # PART2: Line table prologue:
95 # PART2-NOT: prologue:
99 # PART2-NOT: prologue:
/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 {
/external/swiftshader/third_party/llvm-7.0/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 {
/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 …]

12345678910>>...14