Searched refs:LoadCommandType (Results 1 – 8 of 8) sorted by relevance
46 template <MachO::LoadCommandType LCType> struct MachOBuilderLoadCommandImplBase;73 template <MachO::LoadCommandType LCType>301 template <MachO::LoadCommandType LCType, typename... ArgTs>587 static constexpr MachO::LoadCommandType SegmentCmd = MachO::LC_SEGMENT_64;588 static constexpr MachO::LoadCommandType SymTabCmd = MachO::LC_SYMTAB;
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()
171 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
322 LCDylib(LoadCommandType type, StringRef path,353 LoadCommandType type;914 LoadCommandType lcType = in createLoadCommands()
284 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping()
761 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in writeObject() 956 MachO::LoadCommandType LCType = in writeObject()
2076 template <typename LoadCommandType>2080 auto SegmentOrErr = getStructOrErr<LoadCommandType>(Obj, LoadCmd.Ptr); in getSegmentContents() 2092 template <typename LoadCommandType>2095 auto SegmentOrErr = getStructOrErr<LoadCommandType>(Obj, LoadCmd.Ptr); in getSegmentContents()
98 enum LoadCommandType : uint32_t { enum