HomeSort by relevance Sort by last modified time
    Searched defs:Prologue (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 121 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart;
122 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue;
  /external/vixl/tools/test_generator/
data_types.py 210 def Prologue():
384 Description of a Register input. The `Prologue` and `Epilogue` methods
389 def Prologue(self):
399 def Prologue(self):
412 The `Prologue` and `Epilogue` methods describe what C++ code to emit to set
417 def Prologue(self):
453 The `Prologue` and `Epilogue` methods describe what C++ code to emit to set
457 def Prologue(self):
493 The `Prologue` and `Epilogue` methods describe what C++ code to emit to set
497 def Prologue(self)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 20 DWARFDebugLine::Prologue::Prologue() { clear(); }
22 void DWARFDebugLine::Prologue::clear() {
32 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
33 OS << "Line table prologue:\n"
67 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data,
123 fprintf(stderr, "warning: parsing line table prologue at 0x%8.8" PRIx64
176 Prologue.dump(OS);
190 Prologue.clear();
201 Row.reset(LineTable->Prologue.DefaultIsStmt)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.h 33 struct Prologue {
34 Prologue()
62 // Length of the prologue in bytes.
67 // Length of the line table data in bytes (not including the prologue).
132 Prologue.clear();
139 struct Prologue Prologue;
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt); }
157 // The row number that starts at zero for the prologue, and increases for
171 Prologue *prologue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
81 /// Length of the prologue in bytes.
87 /// Length of the line table data in bytes (not including the prologue).
204 /// Extracts filename by its index in filename table in prologue.
219 /// Parse prologue and all rows.
228 struct Prologue Prologue;
250 /// The row number that starts at zero for the prologue, and increases for
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 36 struct Prologue {
37 Prologue();
74 // Length of the prologue in bytes.
79 // Length of the line table data in bytes (not including the prologue).
191 // Extracts filename by its index in filename table in prologue.
206 /// Parse prologue and all rows.
210 struct Prologue Prologue;
236 // The row number that starts at zero for the prologue, and increases for
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 146 /// the context of prologue or call generation. Not all backends make use of
148 typedef enum { Unknown, Prologue, Call } ParmContext;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
78 // Length of the prologue in bytes.
84 // Length of the line table data in bytes (not including the prologue).
203 // Extracts filename by its index in filename table in prologue.
218 /// Parse prologue and all rows.
222 struct Prologue Prologue;
248 // The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 39 struct Prologue {
40 Prologue();
79 /// Length of the prologue in bytes.
85 /// Length of the line table data in bytes (not including the prologue).
200 /// Extracts filename by its index in filename table in prologue.
215 /// Parse prologue and all rows.
219 struct Prologue Prologue;
245 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 39 struct Prologue {
40 Prologue();
79 /// Length of the prologue in bytes.
85 /// Length of the line table data in bytes (not including the prologue).
200 /// Extracts filename by its index in filename table in prologue.
215 /// Parse prologue and all rows.
219 struct Prologue Prologue;
245 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 38 struct Prologue {
39 Prologue();
78 // Length of the prologue in bytes.
84 // Length of the line table data in bytes (not including the prologue).
203 // Extracts filename by its index in filename table in prologue.
218 /// Parse prologue and all rows.
222 struct Prologue Prologue;
248 // The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 39 struct Prologue {
40 Prologue();
79 /// Length of the prologue in bytes.
85 /// Length of the line table data in bytes (not including the prologue).
200 /// Extracts filename by its index in filename table in prologue.
215 /// Parse prologue and all rows.
219 struct Prologue Prologue;
245 /// The row number that starts at zero for the prologue, and increases for
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 39 struct Prologue {
40 Prologue();
79 /// Length of the prologue in bytes.
85 /// Length of the line table data in bytes (not including the prologue).
200 /// Extracts filename by its index in filename table in prologue.
215 /// Parse prologue and all rows.
219 struct Prologue Prologue;
245 /// The row number that starts at zero for the prologue, and increases for
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 163 /// Describes a register that needs to be forwarded from the prologue to a
187 /// the context of prologue or call generation. Not all backends make use of
189 typedef enum { Unknown, Prologue, Call } ParmContext;
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 953 void MacroAssembler::Prologue(bool code_pre_aging) {
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 1005 void MacroAssembler::Prologue(bool code_pre_aging) {
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]

Completed in 521 milliseconds

1 2