LLVM
8.0.1
|
Fragment representing the .cv_def_range directive. More...
#include "llvm/MC/MCFragment.h"
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragmentWithFixups< 32, 4 > | |
static bool | classof (const MCFragment *F) |
Static Public Member Functions inherited from llvm::MCEncodedFragment | |
static bool | classof (const MCFragment *F) |
Friends | |
class | CodeViewContext |
CodeViewContext has the real knowledge about this format, so let it access our members. More... | |
Fragment representing the .cv_def_range directive.
Definition at line 636 of file MCFragment.h.
|
inline |
Definition at line 645 of file MCFragment.h.
|
inlinestatic |
Definition at line 661 of file MCFragment.h.
References llvm::MCFragment::FT_CVDefRange, and llvm::MCFragment::getKind().
|
inline |
Definition at line 658 of file MCFragment.h.
Referenced by llvm::CodeViewContext::encodeDefRange().
|
inline |
Definition at line 654 of file MCFragment.h.
Referenced by llvm::CodeViewContext::encodeDefRange().
|
friend |
CodeViewContext has the real knowledge about this format, so let it access our members.
Definition at line 642 of file MCFragment.h.