Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DObjC.cpp31 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in hasObjCSection()
H A DInputFiles.cpp776 if (const load_command *cmd = findCommand(hdr, LP::segmentLCType)) { in parse()
784 if (const load_command *cmd = findCommand(hdr, LC_SYMTAB)) { in parse()
829 const load_command *cmd = findCommand(buf, LC_DATA_IN_CODE); in parseDataInCode()
979 if (const load_command *cmd = findCommand(hdr, LC_ID_DYLIB)) { in DylibFile()
1010 if (const load_command *cmd = findCommand(hdr, LC_DYLD_INFO_ONLY)) { in DylibFile()
H A DInputFiles.h236 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand() function
H A DSyntheticSections.cpp743 findCommand(objFile->mb.getBufferStart(), LP::segmentLCType)); in collectDataInCodeEntries()