Searched refs:LoadCommandType (Results 1 – 7 of 7) sorted by relevance
254 template <> struct ScalarEnumerationTraits<MachO::LoadCommandType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()255 static void enumeration(IO &io, MachO::LoadCommandType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
170 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
323 LCDylib(LoadCommandType type, StringRef path, in LCDylib()354 LoadCommandType type;889 LoadCommandType lcType = in createLoadCommands()
283 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping()
745 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()935 MachO::LoadCommandType LCType = in writeObject()
2069 template <typename LoadCommandType>2073 auto SegmentOrErr = getStructOrErr<LoadCommandType>(Obj, LoadCmd.Ptr); in getSegmentContents()2085 template <typename LoadCommandType>2088 auto SegmentOrErr = getStructOrErr<LoadCommandType>(Obj, LoadCmd.Ptr); in getSegmentContents()
98 enum LoadCommandType : uint32_t { enum