LLVM 获取函数和变量的 annotation
2022-12-4
| 2022-12-4
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
icon
password
Property
Dec 4, 2022 02:49 PM
通过将测试代码编译成LLVM IR然后查看相关结构来学习如何获取函数和全局变量的anotation
编译命令: clang++ -S -emit-llvm test.cpp -o test.ll

源码及LLVM IR

函数

全局变量

函数+全局变量

局部变量

分析

代码

  • LLVM
  • LLVM 使用 CLion 调试 Pass Plugin在macOS NDK中用上LLVM动态库插件
    Loading...
    目录