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

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 15:35:04 PDT 2024


================
@@ -424,6 +424,19 @@ struct ResourceBindInfo : public v0::ResourceBindInfo {
 };
 
 } // namespace v2
+
+namespace v3 {
+struct RuntimeInfo : public v2::RuntimeInfo {
+  uint32_t EntryNameOffset;
+
+  void swapBytes() { sys::swapByteOrder(EntryNameOffset); }
----------------
bogner wrote:

Does this need to call `v2::RuntimeInfo::swapBytes`?

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


More information about the llvm-commits mailing list