LLVM: llvm::yaml::ScalarTraits< Target > Struct Reference (original) (raw)
Inheritance diagram for llvm::yaml::ScalarTraits< Target >:
[legend]
| Static Public Member Functions | |
|---|---|
| static void | output (const Target &Value, void *, raw_ostream &OS) |
| static StringRef | input (StringRef Scalar, void *, Target &Value) |
| static QuotingType | mustQuote (StringRef) |
Detailed Description
Definition at line 367 of file TextStub.cpp.
Member Function Documentation
◆ input()
| StringRef llvm::yaml::ScalarTraits< Target >::input ( StringRef Scalar, void * , Target & Value ) | inlinestatic |
|---|
Definition at line 380 of file TextStub.cpp.
References llvm::MachO::AK_unknown, llvm::consumeError(), llvm::MachO::Target::create(), and llvm::yaml::Scalar.
◆ mustQuote()
| QuotingType llvm::yaml::ScalarTraits< Target >::mustQuote ( StringRef ) | inlinestatic |
|---|
Definition at line 396 of file TextStub.cpp.
References llvm::yaml::None.
◆ output()
| void llvm::yaml::ScalarTraits< Target >::output ( const Target & Value, void * , raw_ostream & OS ) | inlinestatic |
|---|
Definition at line 368 of file TextStub.cpp.
The documentation for this struct was generated from the following file:
- lib/TextAPI/TextStub.cpp