clang-tools 22.0.0git
llvm::yaml::NormalizedSymbolID Struct Reference

Public Member Functions

 NormalizedSymbolID (IO &)
 NormalizedSymbolID (IO &, const SymbolID &ID)
SymbolID denormalize (IO &I)

Public Attributes

std::string HexString

Detailed Description

Definition at line 95 of file YAMLSerialization.cpp.

Constructor & Destructor Documentation

◆ NormalizedSymbolID() [1/2]

llvm::yaml::NormalizedSymbolID::NormalizedSymbolID ( IO & )
inline

Definition at line 96 of file YAMLSerialization.cpp.

◆ NormalizedSymbolID() [2/2]

llvm::yaml::NormalizedSymbolID::NormalizedSymbolID ( IO & ,
const SymbolID & ID )
inline

Definition at line 97 of file YAMLSerialization.cpp.

References HexString.

Member Function Documentation

◆ denormalize()

SymbolID llvm::yaml::NormalizedSymbolID::denormalize ( IO & I)
inline

Definition at line 102 of file YAMLSerialization.cpp.

References llvm::yaml::SymbolID::fromStr(), and HexString.

Member Data Documentation

◆ HexString

std::string llvm::yaml::NormalizedSymbolID::HexString

Definition at line 111 of file YAMLSerialization.cpp.

Referenced by denormalize(), and NormalizedSymbolID().


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