|
LLVM 22.0.0git
|
Fragment representing the binary annotations produced by the .cv_inline_linetable directive. More...
#include "llvm/MC/MCSection.h"
Static Public Member Functions | |
| static bool | classof (const MCFragment *F) |
Friends | |
| class | CodeViewContext |
| CodeViewContext has the real knowledge about this format, so let it access our members. | |
Additional Inherited Members | |
| Public Types inherited from llvm::MCFragment | |
| enum | FragmentType : uint8_t { FT_Data , FT_Relaxable , FT_Align , FT_Fill , FT_LEB , FT_Nops , FT_Org , FT_Dwarf , FT_DwarfFrame , FT_SFrame , FT_BoundaryAlign , FT_SymbolId , FT_CVInlineLines , FT_CVDefRange } |
| Protected Attributes inherited from llvm::MCFragment | |
| const MCSubtargetInfo * | STI = nullptr |
Fragment representing the binary annotations produced by the .cv_inline_linetable directive.
Definition at line 426 of file MCSection.h.
|
inline |
Definition at line 438 of file MCSection.h.
References llvm::MCFragment::FT_CVInlineLines, and llvm::MCFragment::MCFragment().
|
inlinestatic |
Definition at line 448 of file MCSection.h.
References F, llvm::MCFragment::FT_CVInlineLines, and llvm::MCFragment::MCFragment().
Definition at line 446 of file MCSection.h.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().
Definition at line 445 of file MCSection.h.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().
|
friend |
CodeViewContext has the real knowledge about this format, so let it access our members.
Definition at line 435 of file MCSection.h.
References CodeViewContext.
Referenced by CodeViewContext.