1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/DebugInfo
Rui Ueyama 1bed56a8c1 Use StringRef instead of const char *.
I don't think there's a need to use `const char *`. In most (probably all?)
cases, we need a length of a name later, so discarding a length will
lead to a wasted effort.

Differential Revision: https://reviews.llvm.org/D49046

llvm-svn: 336612
2018-07-09 22:26:49 +00:00
..
CodeView [CodeView] Add prefix to CodeView registers. 2018-05-29 14:35:34 +00:00
DWARF Use StringRef instead of const char *. 2018-07-09 22:26:49 +00:00
MSF Move some code from PDBFileBuilder to MSFBuilder. 2018-06-27 21:18:15 +00:00
PDB Move some code from PDBFileBuilder to MSFBuilder. 2018-06-27 21:18:15 +00:00
Symbolize Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
DIContext.h [DWARF v5] Support for verbose dumping of .debug_rnglist entries 2018-03-08 20:52:35 +00:00