Searched refs:LoadCommandType (Results 1 – 7 of 7) sorted by relevance
240 template <> struct ScalarEnumerationTraits<MachO::LoadCommandType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()241 static void enumeration(IO &io, MachO::LoadCommandType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
158 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
322 LCDylib(LoadCommandType type, StringRef path, in LCDylib()352 LoadCommandType type;846 LoadCommandType lcType = in createLoadCommands()
273 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping()
746 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()934 MachO::LoadCommandType LCType = in writeObject()
97 enum LoadCommandType : uint32_t { enum
2060 template <typename LoadCommandType>2064 auto SegmentOrErr = getStructOrErr<LoadCommandType>(Obj, LoadCmd.Ptr); in getSegmentContents()