LLVM 19.0.0git
Public Member Functions | List of all members
llvm::yaml::FlowStringValue Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Inheritance diagram for llvm::yaml::FlowStringValue:
Inheritance graph
[legend]

Public Member Functions

 FlowStringValue ()=default
 
 FlowStringValue (std::string Value)
 
- Public Member Functions inherited from llvm::yaml::StringValue
 StringValue ()=default
 
 StringValue (std::string Value)
 
 StringValue (const char Val[])
 
bool operator== (const StringValue &Other) const
 

Additional Inherited Members

- Public Attributes inherited from llvm::yaml::StringValue
std::string Value
 
SMRange SourceRange
 

Detailed Description

Definition at line 63 of file MIRYamlMapping.h.

Constructor & Destructor Documentation

◆ FlowStringValue() [1/2]

llvm::yaml::FlowStringValue::FlowStringValue ( )
default

◆ FlowStringValue() [2/2]

llvm::yaml::FlowStringValue::FlowStringValue ( std::string  Value)
inline

Definition at line 65 of file MIRYamlMapping.h.


The documentation for this struct was generated from the following file: