LLVM 22.0.0git
|
Public Attributes | |
Hex64 | return_offset |
std::vector< std::string > | match_regex |
std::vector< std::string > | flags |
Definition at line 106 of file CallSiteInfo.cpp.
std::vector<std::string> llvm::yaml::CallSiteYAML::flags |
Definition at line 111 of file CallSiteInfo.cpp.
Referenced by llvm::yaml::MappingTraits< CallSiteYAML >::mapping().
std::vector<std::string> llvm::yaml::CallSiteYAML::match_regex |
Definition at line 110 of file CallSiteInfo.cpp.
Referenced by llvm::yaml::MappingTraits< CallSiteYAML >::mapping().
Hex64 llvm::yaml::CallSiteYAML::return_offset |
Definition at line 109 of file CallSiteInfo.cpp.
Referenced by llvm::yaml::MappingTraits< CallSiteYAML >::mapping().