How to get DICompositeType line numbers from LLVM IR code

后端 未结 0 1899
旧时难觅i
旧时难觅i 2021-01-28 05:17

\'\'\'

   struct Foo
   {
    int x;
   };

   Void bar() {
      struct Foo f;
      f.x = 1;
    }

\'\'\'

!12 = distinct !DICompositeTyp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题