Searched defs:Prologue (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
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);
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);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp20 DWARFDebugLine::Prologue::Prologue() { function in class:DWARFDebugLine::Prologue
24 void DWARFDebugLine::Prologue::clear() {
33 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
68 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data,
177 Prologue.dump(OS);
191 Prologue.clear();
202 Row.reset(LineTable->Prologue.DefaultIsStmt);
254 if (!Prologue.parse(debug_line_data, offset_ptr)) {
260 const uint32_t end_offset = debug_line_offset + Prologue
[all...]
H A DDWARFDebugLine.h36 struct Prologue { struct in class:llvm::DWARFDebugLine
37 Prologue();
193 struct Prologue Prologue; member in struct:llvm::DWARFDebugLine::LineTable
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp237 unsigned Length, bool Prologue) {
241 static_cast<const char *>(Prologue ? "sub" : "add"),
248 unsigned Length, bool Prologue) {
250 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15))
254 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set");
258 Prologue ? "push" : "pop");
267 unsigned Length, bool Prologue) {
268 if (Prologue)
279 unsigned Length, bool Prologue) {
283 uint16_t GPRMask = (Link << (Prologue
236 opcode_0xxxxxxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
247 opcode_10Lxxxxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
266 opcode_1100xxxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
278 opcode_11010Lxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
295 opcode_11011Lxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
312 opcode_11100xxx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
326 opcode_111010xx(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
339 opcode_1110110L(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
353 opcode_11101110(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
369 opcode_11101111(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
385 opcode_11110101(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
400 opcode_11110110(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
415 opcode_11110111(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
428 opcode_11111000(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
443 opcode_11111001(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
456 opcode_11111010(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
471 opcode_11111011(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
478 opcode_11111100(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
485 opcode_11111101(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
492 opcode_11111110(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
499 opcode_11111111(const ulittle8_t *OC, unsigned &Offset, unsigned Length, bool Prologue) argument
505 decodeOpcodes(ArrayRef<ulittle8_t> Opcodes, unsigned Offset, bool Prologue) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h167 typedef enum { Unknown, Prologue, Call } ParmContext; enumerator in enum:llvm::__anon25482
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc884 void MacroAssembler::Prologue(bool code_pre_aging) { function in class:v8::internal::MacroAssembler
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc3970 void MacroAssembler::Prologue(bool code_pre_aging) { function in class:v8::internal::MacroAssembler
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc853 void MacroAssembler::Prologue(bool code_pre_aging) { function in class:v8::internal::MacroAssembler
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc3057 void MacroAssembler::Prologue(bool code_pre_aging) { function in class:v8::internal::MacroAssembler
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4863 void MacroAssembler::Prologue(bool code_pre_aging) { function in class:v8::MacroAssembler

Completed in 634 milliseconds