search for: emitappleacceltable

Displaying 5 results from an estimated 5 matches for "emitappleacceltable".

2020 Feb 28
3
Adding accelerator tables to existing linked DWARF files
...ing at how accelerator tables are currently emitted, they seem to be built up as DWARF is being created or linked, and then emitted using a subclass of DWARFEmitter. The only subclass if this right now that I see is one in dsymutil which ends up emitting everything using an AsmPrinter by eventually emitAppleAccelTable(...) from llvm/include/llvm/CodeGen/AccelTable.h. I spoke briefly with Shoaib on this subject and he suggested adding code to llvm-objcopy. I briefly looked through the code and from what I can tell, llvm-objcopy doesn't seem to have any DWARF abilities other than compressing DWARF sections. I...
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
...ing at how accelerator tables are currently emitted, they seem to be built up as DWARF is being created or linked, and then emitted using a subclass of DWARFEmitter. The only subclass if this right now that I see is one in dsymutil which ends up emitting everything using an AsmPrinter by eventually emitAppleAccelTable(...) from llvm/include/llvm/CodeGen/AccelTable.h. >> >> I spoke briefly with Shoaib on this subject and he suggested adding code to llvm-objcopy. I briefly looked through the code and from what I can tell, llvm-objcopy doesn't seem to have any DWARF abilities other than compressing...
2020 Mar 02
2
Adding accelerator tables to existing linked DWARF files
...or tables are currently emitted, they seem to be > built up as DWARF is being created or linked, and then emitted using a > subclass of DWARFEmitter. The only subclass if this right now that I see is > one in dsymutil which ends up emitting everything using an AsmPrinter by > eventually emitAppleAccelTable(...) from > llvm/include/llvm/CodeGen/AccelTable.h. > > I spoke briefly with Shoaib on this subject and he suggested adding code > to llvm-objcopy. I briefly looked through the code and from what I can > tell, llvm-objcopy doesn't seem to have any DWARF abilities other than >...
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
...rrently emitted, they seem to be >> built up as DWARF is being created or linked, and then emitted using a >> subclass of DWARFEmitter. The only subclass if this right now that I see is >> one in dsymutil which ends up emitting everything using an AsmPrinter by >> eventually emitAppleAccelTable(...) from >> llvm/include/llvm/CodeGen/AccelTable.h. >> >> I spoke briefly with Shoaib on this subject and he suggested adding code >> to llvm-objcopy. I briefly looked through the code and from what I can >> tell, llvm-objcopy doesn't seem to have any DWARF abilit...
2020 Mar 03
3
Adding accelerator tables to existing linked DWARF files
...they seem to be >>> built up as DWARF is being created or linked, and then emitted using a >>> subclass of DWARFEmitter. The only subclass if this right now that I see is >>> one in dsymutil which ends up emitting everything using an AsmPrinter by >>> eventually emitAppleAccelTable(...) from >>> llvm/include/llvm/CodeGen/AccelTable.h. >>> >>> I spoke briefly with Shoaib on this subject and he suggested adding code >>> to llvm-objcopy. I briefly looked through the code and from what I can >>> tell, llvm-objcopy doesn't seem to h...