1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/TableGen
Matthias Braun 61888f54ba TableGen: Use StringRef instead of const std::string& for parameters
This avoid an extra construction of a std::string (and a heap
allocation) when the caller only has a StringRef but no std::string at
hand.

llvm-svn: 288610
2016-12-04 05:48:03 +00:00
..
Error.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Main.h Reformat blank lines. 2014-05-12 03:32:56 +00:00
Record.h TableGen: Use StringRef instead of const std::string& for parameters 2016-12-04 05:48:03 +00:00
SearchableTable.td AArch64: TableGenerate system instruction operands. 2016-07-05 21:23:04 +00:00
SetTheory.h [ADT, Support, TableGen] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC). 2016-12-01 22:13:24 +00:00
StringMatcher.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
StringToOffsetTable.h [llvm-tblgen] Avoid StringMatcher for GCC and MS builtin names 2016-01-27 01:43:12 +00:00
TableGenBackend.h [TableGen] Remove unnecessary include and just forward declare. NFC 2015-05-26 06:48:43 +00:00