class StringIdRecord
Declaration
class StringIdRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:600
Inherits from: TypeRecord
Member Variables
- public llvm::codeview::TypeIndex Id
- public llvm::StringRef String
Inherited from TypeRecord:
Method Overview
- public StringIdRecord()
- public StringIdRecord(llvm::codeview::TypeRecordKind Kind)
- public StringIdRecord(llvm::codeview::TypeIndex Id, llvm::StringRef String)
- public llvm::codeview::TypeIndex getId() const
- public llvm::StringRef getString() const
Inherited from TypeRecord:
Methods
¶StringIdRecord()
StringIdRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:602
¶StringIdRecord(
llvm::codeview::TypeRecordKind Kind)
StringIdRecord(
llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:603
Parameters
- llvm::codeview::TypeRecordKind Kind
¶StringIdRecord(llvm::codeview::TypeIndex Id,
llvm::StringRef String)
StringIdRecord(llvm::codeview::TypeIndex Id,
llvm::StringRef String)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:604
Parameters
- llvm::codeview::TypeIndex Id
- llvm::StringRef String
¶llvm::codeview::TypeIndex getId() const
llvm::codeview::TypeIndex getId() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:607
¶llvm::StringRef getString() const
llvm::StringRef getString() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:608