mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
70d15b36e5200b6a7abf58e411d651573b8a8080
Looks like CurFn's name outlives FunctionName, so we can just pass StringRefs around rather than going from a StringRef to a std::string to a const char* to a StringRef. llvm-svn: 285873
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%