mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
35f72ac81879736f32f5690eb3655209c1ef79e6
Member functions to read the symbol table had too many parameters to propagate all the temporary information from one to another. By storing the information to data members, we can simplify the function signatures and improve the readability. llvm-svn: 187321
…
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%