Searched refs:LoadCommandType (Results 1 – 5 of 5) sorted by relevance
237 template <> struct ScalarEnumerationTraits<MachO::LoadCommandType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()238 static void enumeration(IO &io, MachO::LoadCommandType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
136 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
244 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping()
744 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()889 MachO::LoadCommandType LCType in writeObject()
97 enum LoadCommandType : uint32_t { enum