[llvm] Add support for PSV EntryFunctionName (PR #84409)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 09:08:33 PDT 2024


================
@@ -424,6 +424,19 @@ struct ResourceBindInfo : public v0::ResourceBindInfo {
 };
 
 } // namespace v2
+
+namespace v3 {
+struct RuntimeInfo : public v2::RuntimeInfo {
+  uint32_t EntryFunctionName;
----------------
llvm-beanz wrote:

nit: can we call this `EntryNameOffset`? Since this is an offset rather than a string, the variable name should convey that.

https://github.com/llvm/llvm-project/pull/84409


More information about the llvm-commits mailing list