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

1 2 3 4

  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 36 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...]
ARMWinEHPrinter.cpp 14 // 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
225 unsigned Length, bool Prologue) {
229 static_cast<const char *>(Prologue ? "sub" : "add"),
236 unsigned Length, bool Prologue) {
238 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15))
242 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set");
246 Prologue ? "push" : "pop");
255 unsigned Length, bool Prologue) {
256 if (Prologue)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 20 DWARFDebugLine::Prologue::Prologue() {
24 void DWARFDebugLine::Prologue::clear() {
34 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
35 OS << "Line table prologue:\n"
69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data,
125 fprintf(stderr, "warning: parsing line table prologue at 0x%8.8" PRIx64
186 Prologue.dump(OS);
200 Prologue.clear();
211 Row.reset(LineTable->Prologue.DefaultIsStmt)
    [all...]
DWARFContext.cpp 180 while (LineTable.Prologue.parse(lineData, &stmtOffset)) {
  /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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-3.d 10 Prologue Length: 35
dwarf2-1.d 40 Prologue Length: 35
dwarf2-2.d 40 Prologue Length: 35
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
debug1.d 10 Prologue Length: .*
dw2-compress-1.d 66 Prologue Length: 35
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pr13167.d 8 Prologue Length: 26
  /external/elfutils/tests/
run-readelf-line.sh 33 Prologue length: 43
88 Prologue length: 28
138 Prologue length: 43
205 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
222 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
235 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
run-readelf-zdebug.sh 359 Prologue length: 40
  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 118 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart;
119 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-2.d 12 Prologue Length: 35
micromips@loc-swap-2.d 12 Prologue Length: 35
mips16@loc-swap-2.d 12 Prologue Length: 35
loc-swap.d 15 Prologue Length: 33
mips16@loc-swap.d 15 Prologue Length: 33
micromips@loc-swap.d 16 Prologue Length: 33
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d 68 Prologue Length: 37
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 68 Prologue Length: 37
  /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/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]

Completed in 441 milliseconds

1 2 3 4