| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ProfileData/MemProfYAML.h"
Public Member Functions | |
| FrameWithHex64 (IO &) | |
| FrameWithHex64 (IO &, const memprof::Frame &F) | |
| memprof::Frame | denormalize (IO &) | 
Public Attributes | |
| memprof::GUIDHex64 | Function = 0 | 
| decltype(memprof::Frame::LineOffset) | LineOffset = 0 | 
| decltype(memprof::Frame::Column) | Column = 0 | 
| decltype(memprof::Frame::IsInlineFrame) | IsInlineFrame = false | 
Definition at line 78 of file MemProfYAML.h.
      
  | 
  inline | 
Definition at line 80 of file MemProfYAML.h.
      
  | 
  inline | 
Definition at line 81 of file MemProfYAML.h.
References Column, F, Function, IsInlineFrame, and LineOffset.
      
  | 
  inline | 
Definition at line 84 of file MemProfYAML.h.
References Column, Function, IsInlineFrame, and LineOffset.
| decltype(memprof::Frame::Column) llvm::yaml::MappingTraits< memprof::Frame >::FrameWithHex64::Column = 0 | 
Definition at line 92 of file MemProfYAML.h.
Referenced by denormalize(), and FrameWithHex64().
| memprof::GUIDHex64 llvm::yaml::MappingTraits< memprof::Frame >::FrameWithHex64::Function = 0 | 
Definition at line 88 of file MemProfYAML.h.
Referenced by denormalize(), and FrameWithHex64().
| decltype(memprof::Frame::IsInlineFrame) llvm::yaml::MappingTraits< memprof::Frame >::FrameWithHex64::IsInlineFrame = false | 
Definition at line 93 of file MemProfYAML.h.
Referenced by denormalize(), and FrameWithHex64().
| decltype(memprof::Frame::LineOffset) llvm::yaml::MappingTraits< memprof::Frame >::FrameWithHex64::LineOffset = 0 | 
Definition at line 91 of file MemProfYAML.h.
Referenced by denormalize(), and FrameWithHex64().