diff options
author | Rui Ueyama <ruiu@google.com> | 2016-11-23 04:57:25 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-11-23 04:57:25 +0000 |
commit | c72ba3a4d76265688a9e3af5f6d578ac5eb58dd4 (patch) | |
tree | 91f68107c7ec194705cf1ae1a485d6b91de5ebdb /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 3076d43f9a9185c1cbcdf4dbc3a47595306b7f90 (diff) | |
download | bcm5719-llvm-c72ba3a4d76265688a9e3af5f6d578ac5eb58dd4.tar.gz bcm5719-llvm-c72ba3a4d76265688a9e3af5f6d578ac5eb58dd4.zip |
Allow calling getName() on local symbols.
Previously, we stored offsets in string tables to symbols, so
you needed to pass a string table to get a symbol name. This patch
stores const char pointers instead to eliminate the need to pass
a string table.
llvm-svn: 287737
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions