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