search for: derv

Displaying 2 results from an estimated 2 matches for "derv".

Did you mean: der
2013 Jun 23
2
[PATCH][git] txt/ and doc/ updates
...txt/: Add common file for derivatives txt/Makefile: order-only prerequisite txt/syslinux-cli.txt: Version on Ctrl-N txt/: Add isolinux.txt, pxelinux.txt txt/Makefile: add isolinux.txt, pxelinux.txt doc/syslinux.txt | 4 +- txt/Makefile | 12 +- txt/com-derv.txt | 11 ++ txt/isolinux.txt | 116 +++++++++++++ txt/pxelinux.txt | 461 ++++++++++++++++++++++++++++++++++++++++++++++++++ txt/syslinux-cli.txt | 30 +++- txt/syslinux.cfg.txt | 167 ++++++++++++++++--- txt/syslinux.txt | 14 +- 8 files changed, 779 insertions(+), 36 del...
2019 Apr 19
2
Question: How to access c++ vtable pointer to use as Value* in LLVM pass
Dear Mailing List, This might sound unconventional, but I am trying to access a C++ objects vtable to pass as an argument to a function call for a library function I created. Creating & inserting a function call at the correct location in LLVM is done. I have learned that C++ objects are represented as struct types. But I'm just not quite sure how to get at the vtable pointer within,