Home
last modified time | relevance | path

Searched full:prologue (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/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/llvm/tools/llvm-readobj/
DARMWinEHPrinter.h36 unsigned Length, bool Prologue);
38 unsigned Length, bool Prologue);
40 unsigned Length, bool Prologue);
42 unsigned Length, bool Prologue);
44 unsigned Length, bool Prologue);
46 unsigned Length, bool Prologue);
48 unsigned Length, bool Prologue);
50 unsigned Length, bool Prologue);
52 unsigned Length, bool Prologue);
54 unsigned Length, bool Prologue);
[all …]
DARMWinEHPrinter.cpp14 // For functions with canonical forms for the prologue and epilogue, the data
62 // wide) allowing the program to unwind from any point in the prologue, body, or
228 unsigned Length, bool Prologue) { in opcode_0xxxxxxx() argument
232 static_cast<const char *>(Prologue ? "sub" : "add"), in opcode_0xxxxxxx()
239 unsigned Length, bool Prologue) { in opcode_10Lxxxxx() argument
241 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15)) in opcode_10Lxxxxx()
245 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set"); in opcode_10Lxxxxx()
249 Prologue ? "push" : "pop"); in opcode_10Lxxxxx()
258 unsigned Length, bool Prologue) { in opcode_1100xxxx() argument
259 if (Prologue) in opcode_1100xxxx()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DARMWinEHPrinter.h36 unsigned Length, bool Prologue);
38 unsigned Length, bool Prologue);
40 unsigned Length, bool Prologue);
42 unsigned Length, bool Prologue);
44 unsigned Length, bool Prologue);
46 unsigned Length, bool Prologue);
48 unsigned Length, bool Prologue);
50 unsigned Length, bool Prologue);
52 unsigned Length, bool Prologue);
54 unsigned Length, bool Prologue);
[all …]
DARMWinEHPrinter.cpp14 // For functions with canonical forms for the prologue and epilogue, the data
62 // wide) allowing the program to unwind from any point in the prologue, body, or
228 unsigned Length, bool Prologue) { in opcode_0xxxxxxx() argument
232 static_cast<const char *>(Prologue ? "sub" : "add"), in opcode_0xxxxxxx()
239 unsigned Length, bool Prologue) { in opcode_10Lxxxxx() argument
241 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15)) in opcode_10Lxxxxx()
245 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set"); in opcode_10Lxxxxx()
249 Prologue ? "push" : "pop"); in opcode_10Lxxxxx()
258 unsigned Length, bool Prologue) { in opcode_1100xxxx() argument
259 if (Prologue) in opcode_1100xxxx()
[all …]
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp18 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump()
19 OS << "Line table prologue:\n" in dump()
82 Prologue.dump(OS); in dump()
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()
[all …]
DDWARFDebugLine.h33 struct Prologue { struct
34 Prologue() in Prologue() argument
62 // Length of the prologue in bytes.
67 // Length of the line table data in bytes (not including the prologue).
132 Prologue.clear(); in clear()
139 struct Prologue Prologue; member
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt); } in reset()
157 // The row number that starts at zero for the prologue, and increases for
171 Prologue *prologue);
172 /// Parse a single line table (prologue and all rows).
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp151 DWARFDebugLine::Prologue Prologue, in checkDefaultPrologue() argument
160 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue()
170 EXPECT_EQ(Prologue.getAddressSize(), 8u); in checkDefaultPrologue()
171 EXPECT_EQ(Prologue.SegSelectorSize, 0u); in checkDefaultPrologue()
178 EXPECT_EQ(Prologue.TotalLength, UnitLength); in checkDefaultPrologue()
179 EXPECT_EQ(Prologue.PrologueLength, PrologueLength); in checkDefaultPrologue()
180 EXPECT_EQ(Prologue.MinInstLength, 1u); in checkDefaultPrologue()
181 EXPECT_EQ(Prologue.DefaultIsStmt, 1u); in checkDefaultPrologue()
182 EXPECT_EQ(Prologue.LineBase, -5); in checkDefaultPrologue()
183 EXPECT_EQ(Prologue.LineRange, 14u); in checkDefaultPrologue()
[all …]
DDwarfGenerator.cpp150 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
151 DWARFDebugLine::Prologue P; in createBasicPrologue()
190 void dwarfgen::LineTable::setPrologue(DWARFDebugLine::Prologue NewPrologue) { in setPrologue()
191 Prologue = NewPrologue; in setPrologue()
197 Prologue.reset(); in setCustomPrologue()
225 } else if (!Prologue) { in generate()
279 DWARFDebugLine::Prologue DefaultPrologue = createBasicPrologue(); in writeDefaultPrologue()
288 Asm.emitInt64(Prologue->TotalLength); in writePrologue()
290 Asm.emitInt32(Prologue->TotalLength); in writePrologue()
292 Asm.emitInt16(Prologue->getVersion()); in writePrologue()
[all …]
DDwarfGenerator.h185 // Create a Prologue suitable to pass to setPrologue, with a single file and
187 DWARFDebugLine::Prologue createBasicPrologue() const;
189 // Set or replace the current prologue with the specified prologue. If no
190 // prologue is set, a default one will be used when generating.
191 void setPrologue(DWARFDebugLine::Prologue NewPrologue);
192 // Used to write an arbitrary payload instead of the standard prologue. This
215 void writeProloguePayload(const DWARFDebugLine::Prologue &Prologue,
218 llvm::Optional<DWARFDebugLine::Prologue> Prologue; variable
222 // The Version field is used for determining how to write the Prologue, if a
223 // non-custom prologue is used. The version value actually written, will be
[all …]
/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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp20 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue
22 void DWARFDebugLine::Prologue::clear() { in clear()
32 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump()
33 OS << "Line table prologue:\n" in dump()
67 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse()
123 fprintf(stderr, "warning: parsing line table prologue at 0x%8.8" PRIx64 in parse()
176 Prologue.dump(OS); in dump()
190 Prologue.clear(); in clear()
201 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence()
253 if (!Prologue.parse(debug_line_data, offset_ptr)) { in parse()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp67 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue
69 void DWARFDebugLine::Prologue::clear() { in clear()
81 void DWARFDebugLine::Prologue::dump(raw_ostream &OS, in dump()
83 OS << "Line table prologue:\n" in dump()
171 // ran off the end of the prologue.
294 Error DWARFDebugLine::Prologue::parse(const DWARFDataExtractor &DebugLineData, in parse()
307 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
313 return createError("parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
346 "parsing line table prologue at 0x%8.8" PRIx64 in parse()
356 return createError("parsing line table prologue at 0x%8.8" PRIx64 in parse()
[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()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Ddebug_line_malformed.s6 .long .Lprologue1_end-.Lprologue1_start # Length of Prologue
47 .long .Lprologue_v5_end-.Lprologue_v5_start # Length of Prologue
60 # Short prologue
64 .long .Lprologue_short_prologue_end-.Lprologue_short_prologue_start - 2 # Length of Prologue
84 # Over-long prologue
88 .long .Lprologue_long_prologue_end-.Lprologue_long_prologue_start + 1 # Length of Prologue
112 .long .Lprologue_long_opcode_end-.Lprologue_long_opcode_start # Length of Prologue
142 .long .Lprologue_no_eos_end-.Lprologue_no_eos_start # Length of Prologue
169 .long .Lprologue_good_end-.Lprologue_good_start # Length of Prologue
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll19 ; Prologue code.
24 ; After the prologue is set.
67 ; No prologue needed.
70 ; After the prologue is set.
75 ; Prologue code.
113 ; No prologue needed.
116 ; After the prologue is set.
121 ; Prologue code.
158 ; instead of just before the prologue.
169 ; Prologue
[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()
86 /* in the call below, prologue and epilogue are swapped to show 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.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()
89 /* in the call below, prologue and epilogue are swapped to show in testContext()
91 bidi.setContext(epilogue, prologue); in testContext()
92 bidi.setContext(prologue, epilogue); in testContext()
98 "\nPrologue: " + cc.prologue + in testContext()
/external/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll19 ; Prologue code.
24 ; After the prologue is set.
67 ; No prologue needed.
70 ; After the prologue is set.
75 ; Prologue code.
113 ; No prologue needed.
116 ; After the prologue is set.
121 ; Prologue code.
158 ; instead of just before the prologue.
169 ; Prologue
[all …]
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py399 self.prologue(T_ERROR)
402 def prologue(self, title, entry=None, **kw): member in FaqWizard
403 emit(PROLOGUE, entry, kwdict=kw, title=escape(title))
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)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-line-dwo.s12 .long LH_1_header_end-LH_1_params # Length of Prologue
45 # PART1: Line table prologue:
58 .long LH_2_header_end-LH_2_params # Length of Prologue
91 # PART2: Line table prologue:
95 # PART2-NOT: prologue:
99 # PART2-NOT: prologue:

12345678910>>...31