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