Home
last modified time | relevance | path

Searched refs:segmentLCType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h158 static constexpr uint32_t segmentLCType = llvm::MachO::LC_SEGMENT_64; member
174 static constexpr uint32_t segmentLCType = llvm::MachO::LC_SEGMENT; member
H A DWriter.cpp237 c->cmd = LP::segmentLCType; in writeTo()
H A DObjC.cpp38 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in objectHasObjCSection()
H A DInputFiles.cpp1008 if (const load_command *cmd = findCommand(hdr, LP::segmentLCType)) { in parse()