Searched refs:Prologue (Results 1 - 25 of 72) sorted by relevance

123

/external/llvm/tools/llvm-readobj/
H A 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...]
H A DARMWinEHPrinter.cpp225 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)
267 unsigned Length, bool Prologue) {
271 uint16_t GPRMask = (Link << (Prologue
224 opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
235 opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
254 opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
266 opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
283 opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
300 opcode_11100xxx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
314 opcode_111010xx(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
327 opcode_1110110L(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
341 opcode_11101110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
357 opcode_11101111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
373 opcode_11110101(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
388 opcode_11110110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
403 opcode_11110111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
416 opcode_11111000(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
431 opcode_11111001(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
444 opcode_11111010(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
459 opcode_11111011(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
466 opcode_11111100(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
473 opcode_11111101(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
480 opcode_11111110(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
487 opcode_11111111(const uint8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
493 decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset, bool Prologue) argument
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp20 DWARFDebugLine::Prologue::Prologue() { function in class:DWARFDebugLine::Prologue
24 void DWARFDebugLine::Prologue::clear() {
34 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data,
186 Prologue.dump(OS);
200 Prologue.clear();
211 Row.reset(LineTable->Prologue.DefaultIsStmt);
263 if (!Prologue.parse(debug_line_data, offset_ptr)) {
269 const uint32_t end_offset = debug_line_offset + Prologue
[all...]
H A DDWARFContext.cpp180 while (LineTable.Prologue.parse(lineData, &stmtOffset)) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h51 // Prologue
53 struct Prologue struct in class:DWARFDebugLine
56 Prologue() : function in struct:DWARFDebugLine::Prologue
71 typedef std::shared_ptr<Prologue> shared_ptr;
185 Prologue::shared_ptr prologue;
203 State (Prologue::shared_ptr& prologue_sp,
217 Prologue::shared_ptr prologue;
229 static bool ParsePrologue(const lldb_private::DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue);
235 // static void AppendLineTableData(const DWARFDebugLine::Prologue* prologue, const DWARFDebugLine::Row::collection& state_coll, const uint32_t addr_size, BinaryStreamBuf &debug_line_data);
H A DDWARFDebugLine.cpp191 Prologue prologue;
404 DWARFDebugLine::ParsePrologue(const DataExtractor& debug_line_data, lldb::offset_t* offset_ptr, Prologue* prologue)
582 Prologue::shared_ptr prologue(new Prologue());
883 DWARFDebugLine::Prologue::IsValid() const
889 // DWARFDebugLine::Prologue::Dump
892 DWARFDebugLine::Prologue::Dump(Log *log)
943 //DWARFDebugLine::Prologue::Append(BinaryStreamBuf& buff) const
974 bool DWARFDebugLine::Prologue::GetFile(uint32_t file_idx, std::string& path, std::string& directory) const
1200 DWARFDebugLine::State::State(Prologue
[all...]
H A DHashedNameToDIE.h242 struct Prologue struct in struct:DWARFMappedHash
251 Prologue (dw_offset_t _die_base_offset = 0) : function in struct:DWARFMappedHash::Prologue
264 virtual ~Prologue()
403 struct Header : public MappedHash::Header<Prologue>
426 offset = MappedHash::Header<Prologue>::Read (data, offset);
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h36 struct Prologue { struct in class:llvm::DWARFDebugLine
37 Prologue();
210 struct Prologue Prologue; member in struct:llvm::DWARFDebugLine::LineTable
/external/elfutils/tests/
H A Drun-readelf-line.sh33 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)
H A Drun-readelf-zdebug.sh359 Prologue length: 40
/external/llvm/tools/llvm-pdbdump/
H A DFunctionDumper.cpp118 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; local
119 WithColor(Printer, PDB_ColorItem::Offset).get() << "+" << Prologue;
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h189 typedef enum { Unknown, Prologue, Call } ParmContext; enumerator in enum:llvm::__anon11916
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp895 // Copy Prologue.
3030 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength;
3035 if (LineTable.Prologue.Version != 2 ||
3036 LineTable.Prologue.DefaultIsStmt != DWARF2_LINE_DEFAULT_IS_STMT ||
3037 LineTable.Prologue.OpcodeBase > 13)
3041 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase;
3042 Params.DWARF2LineBase = LineTable.Prologue.LineBase;
3043 Params.DWARF2LineRange = LineTable.Prologue.LineRange;
3046 LineTable.Prologue.MinInstLength, NewRows,
/external/clang/lib/CodeGen/
H A DCGClass.cpp850 // Emit code in ctor (Prologue==true) or dtor (Prologue==false)
853 void CodeGenFunction::EmitAsanPrologueOrEpilogue(bool Prologue) { argument
856 Prologue ? cast<CXXConstructorDecl>(CurGD.getDecl())->getParent()
893 FTy, Prologue ? "__asan_poison_intra_object_redzone"
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h124 V(Prologue) \
389 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h128 V(Prologue) \
396 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h123 V(Prologue) \
387 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h125 V(Prologue) \
390 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h126 V(Prologue) \
386 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h124 V(Prologue) \
376 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h124 V(Prologue) \
395 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h127 V(Prologue) \
410 DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue")
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h238 void Prologue(bool code_pre_aging);
/external/v8/src/x87/
H A Dmacro-assembler-x87.h241 void Prologue(bool code_pre_aging);
/external/v8/src/arm/
H A Dmacro-assembler-arm.h589 void Prologue(bool code_pre_aging);

Completed in 382 milliseconds

123