Home
last modified time | relevance | path

Searched refs:TempCmd (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp273 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping() local
275 IO.mapRequired("cmd", TempCmd); in mapping()
276 LoadCommand.Data.load_command_data.cmd = TempCmd; in mapping()