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