Searched refs:segmentLCType (Results 1 – 4 of 4) sorted by relevance
158 static constexpr uint32_t segmentLCType = llvm::MachO::LC_SEGMENT_64; member174 static constexpr uint32_t segmentLCType = llvm::MachO::LC_SEGMENT; member
237 c->cmd = LP::segmentLCType; in writeTo()
38 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in objectHasObjCSection()
1008 if (const load_command *cmd = findCommand(hdr, LP::segmentLCType)) { in parse()