search for: accelt

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

Did you mean: accept
2020 Feb 28
3
Adding accelerator tables to existing linked DWARF files
...w 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 section...
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
...w 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 compres...
2020 Mar 02
2
Adding accelerator tables to existing linked DWARF files
...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
...mitted, 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 ab...
2020 Mar 03
3
Adding accelerator tables to existing linked DWARF files
...m 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...