search for: dw_form_data8

Displaying 12 results from an estimated 12 matches for "dw_form_data8".

Did you mean: dw_form_data1
2016 Dec 16
2
GDB pretty printers for LLVM ADTs
...gth 8, capacity 8 = {{ Attr = llvm::dwarf::Attribute::DW_AT_low_pc, Form = llvm::dwarf::Form::DW_FORM_addr, ByteSize = llvm::Optional is not initialized }, { Attr = llvm::dwarf::Attribute::DW_AT_high_pc, Form = llvm::dwarf::Form::DW_FORM_data8, ByteSize = llvm::Optional is initialized = { value = 8 '\b' } Here you can see the pretty printers for SmallVector and Optional, but there's also support for StringRef, SmallString, and ArrayRef. I've tried doing a DenseMap pretty printer, bu...
2016 Dec 17
0
GDB pretty printers for LLVM ADTs
...Attr = llvm::dwarf::Attribute::DW_AT_low_pc, > Form = llvm::dwarf::Form::DW_FORM_addr, > ByteSize = llvm::Optional is not initialized > }, { > Attr = llvm::dwarf::Attribute::DW_AT_high_pc, > Form = llvm::dwarf::Form::DW_FORM_data8, > ByteSize = llvm::Optional is initialized = { > value = 8 '\b' > } > > Here you can see the pretty printers for SmallVector and Optional, but > there's also support for StringRef, SmallString, and ArrayRef. > > I've tri...
2016 Dec 19
2
GDB pretty printers for LLVM ADTs
...m::dwarf::Attribute::DW_AT_low_pc, >> Form = llvm::dwarf::Form::DW_FORM_addr, >> ByteSize = llvm::Optional is not initialized >> }, { >> Attr = llvm::dwarf::Attribute::DW_AT_high_pc, >> Form = llvm::dwarf::Form::DW_FORM_data8, >> ByteSize = llvm::Optional is initialized = { >> value = 8 '\b' >> } >> >> Here you can see the pretty printers for SmallVector and Optional, but >> there's also support for StringRef, SmallString, and ArrayRef...
2016 Dec 20
0
GDB pretty printers for LLVM ADTs
...Attr = llvm::dwarf::Attribute::DW_AT_low_pc, > Form = llvm::dwarf::Form::DW_FORM_addr, > ByteSize = llvm::Optional is not initialized > }, { > Attr = llvm::dwarf::Attribute::DW_AT_high_pc, > Form = llvm::dwarf::Form::DW_FORM_data8, > ByteSize = llvm::Optional is initialized = { > value = 8 '\b' > } > > Here you can see the pretty printers for SmallVector and Optional, but > there's also support for StringRef, SmallString, and ArrayRef. > > I've tri...
2016 Dec 20
2
GDB pretty printers for LLVM ADTs
...m::dwarf::Attribute::DW_AT_low_pc, >> Form = llvm::dwarf::Form::DW_FORM_addr, >> ByteSize = llvm::Optional is not initialized >> }, { >> Attr = llvm::dwarf::Attribute::DW_AT_high_pc, >> Form = llvm::dwarf::Form::DW_FORM_data8, >> ByteSize = llvm::Optional is initialized = { >> value = 8 '\b' >> } >> >> Here you can see the pretty printers for SmallVector and Optional, but >> there's also support for StringRef, SmallString, and ArrayRef...
2016 Dec 20
0
GDB pretty printers for LLVM ADTs
...Attr = llvm::dwarf::Attribute::DW_AT_low_pc, > Form = llvm::dwarf::Form::DW_FORM_addr, > ByteSize = llvm::Optional is not initialized > }, { > Attr = llvm::dwarf::Attribute::DW_AT_high_pc, > Form = llvm::dwarf::Form::DW_FORM_data8, > ByteSize = llvm::Optional is initialized = { > value = 8 '\b' > } > > Here you can see the pretty printers for SmallVector and Optional, but > there's also support for StringRef, SmallString, and ArrayRef. > > I've tri...
2016 Dec 20
2
GDB pretty printers for LLVM ADTs
...m::dwarf::Attribute::DW_AT_low_pc, >> Form = llvm::dwarf::Form::DW_FORM_addr, >> ByteSize = llvm::Optional is not initialized >> }, { >> Attr = llvm::dwarf::Attribute::DW_AT_high_pc, >> Form = llvm::dwarf::Form::DW_FORM_data8, >> ByteSize = llvm::Optional is initialized = { >> value = 8 '\b' >> } >> >> Here you can see the pretty printers for SmallVector and Optional, but >> there's also support for StringRef, SmallString, and ArrayRef...
2016 Dec 20
0
GDB pretty printers for LLVM ADTs
...Attr = llvm::dwarf::Attribute::DW_AT_low_pc, > Form = llvm::dwarf::Form::DW_FORM_addr, > ByteSize = llvm::Optional is not initialized > }, { > Attr = llvm::dwarf::Attribute::DW_AT_high_pc, > Form = llvm::dwarf::Form::DW_FORM_data8, > ByteSize = llvm::Optional is initialized = { > value = 8 '\b' > } > > Here you can see the pretty printers for SmallVector and Optional, but > there's also support for StringRef, SmallString, and ArrayRef. > > I've tri...
2016 Dec 20
1
GDB pretty printers for LLVM ADTs
...Attr = llvm::dwarf::Attribute::DW_AT_low_pc, > Form = llvm::dwarf::Form::DW_FORM_addr, > ByteSize = llvm::Optional is not initialized > }, { > Attr = llvm::dwarf::Attribute::DW_AT_high_pc, > Form = llvm::dwarf::Form::DW_FORM_data8, > ByteSize = llvm::Optional is initialized = { > value = 8 '\b' > } > > Here you can see the pretty printers for SmallVector and Optional, but there's also support for StringRef, SmallString, and ArrayRef. > > I've tried...
2018 Mar 20
0
Why is there no EmitInt64 in AsmPrinter?
DWARF already needs to emit 64-bit values, being the type-unit hashes. How is that being done? (If it's going directly to the streamer, then we're already assuming all assemblers are okay with what the streamer does, and adding an AsmPrinter helper seems very reasonable.) --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of James Henderson via llvm-dev Sent:
2018 Mar 09
2
Why is there no EmitInt64 in AsmPrinter?
Hi all, The AsmPrinter class supports functions like EmitInt8, EmitInt16, and EmitInt32 for writing a 1/2/4 byte directive to the assembly. Each of these calls the MCStreamer::EmitIntValue method with the corresponding size. For some reason, there is no EmitInt64, and I was wondering if there was a fundamental reason why? The EmitIntValue function appears to support 8-byte inputs. I dug into
2010 Mar 19
0
Wine release 1.1.41
...msvcr80: Forward _malloc_crt functions to msvcrt.malloc. Dmitry Timoshkov (2): gdi32: Fix GDI locking in SetBitmapBits. user32: Restore special handling of monochrome bitmaps removed by c2202929ab4b6d1ce379865dfd8904186814f265. Eric Pouech (14): dbghelp: Added full support for DW_FORM_data8 attributes, as well as primary support for DW_FORM_block* attributes. dbghelp: Added helper to free module's specific data (ELF, MSC...) upon removal. dbghelp: Store the file map in ELF's module specific data. dbghelp: Make the ELF mapping code easier to use. dbghelp...