LLVM: llvm::codeview::OneMethodRecord Class Reference (original) (raw)
#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"
Definition at line 719 of file TypeRecord.h.
| llvm::codeview::OneMethodRecord::OneMethodRecord ( ) |
default |
◆ OneMethodRecord() [2/4]
| llvm::codeview::OneMethodRecord::OneMethodRecord ( TypeRecordKind Kind) |
inlineexplicit |
◆ OneMethodRecord() [3/4]
◆ OneMethodRecord() [4/4]
◆ getAccess()
| MemberAccess llvm::codeview::OneMethodRecord::getAccess ( ) const |
inline |
◆ getMethodKind()
| MethodKind llvm::codeview::OneMethodRecord::getMethodKind ( ) const |
inline |
◆ getName()
| StringRef llvm::codeview::OneMethodRecord::getName ( ) const |
inline |
◆ getOptions()
| MethodOptions llvm::codeview::OneMethodRecord::getOptions ( ) const |
inline |
◆ getType()
| TypeIndex llvm::codeview::OneMethodRecord::getType ( ) const |
inline |
◆ getVFTableOffset()
| int32_t llvm::codeview::OneMethodRecord::getVFTableOffset ( ) const |
inline |
◆ isIntroducingVirtual()
| bool llvm::codeview::OneMethodRecord::isIntroducingVirtual ( ) const |
inline |
◆ Attrs
◆ Name
StringRef llvm::codeview::OneMethodRecord::Name
◆ Type
TypeIndex llvm::codeview::OneMethodRecord::Type
◆ VFTableOffset
int32_t llvm::codeview::OneMethodRecord::VFTableOffset = 0
The documentation for this class was generated from the following file: