Get the scope line for global variables- LLVM

前端 未结 0 1535
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-09 14:03

How to find out the scope line for the global variables. For example:

    int bar; //global variable
    int *ptr; //global variable

    void foo() {} //some fun         


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