Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp244 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping() local
246 IO.mapRequired("cmd", TempCmd); in mapping()
247 LoadCommand.Data.load_command_data.cmd = TempCmd; in mapping()