[llvm] [llvm-objdump] Add inlined function display support (PR #142246)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 07:46:23 PDT 2025


================
@@ -40,11 +40,12 @@ class XCOFFObjectFile;
 
 namespace objdump {
 
-enum DebugVarsFormat { DVDisabled, DVUnicode, DVASCII, DVInvalid };
+enum DebugFormat { DVDisabled, DVUnicode, DVASCII, DVLine, DVInvalid };
----------------
gulfemsavrun wrote:

I renamed them to `enum DebugFormat { DFDisabled, DFUnicode, DFASCII, DFLine, DFInvalid };`.
 

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


More information about the llvm-commits mailing list