Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1006 if (const load_command *cmd = findCommand(hdr, LP::segmentLCType)) { in parse()
1014 if (const load_command *cmd = findCommand(hdr, LC_SYMTAB)) { in parse()
1059 const load_command *cmd = findCommand(hdr, LC_SYMTAB); in parseLazy()
1105 const load_command *cmd = findCommand(buf, LC_DATA_IN_CODE); in getDataInCode()
1116 findCommand<linkedit_data_command>(buf, LC_LINKER_OPTIMIZATION_HINT)) in getOptimizationHints()
1719 if (const load_command *cmd = findCommand(hdr, LC_ID_DYLIB)) { in DylibFile()
1749 bool canBeImplicitlyLinked = findCommand(hdr, LC_SUB_CLIENT) == nullptr; in DylibFile()
1762 const auto *dyldInfo = findCommand<dyld_info_command>(hdr, LC_DYLD_INFO_ONLY); in DylibFile()
1764 findCommand<linkedit_data_command>(hdr, LC_DYLD_EXPORTS_TRIE); in DylibFile()
H A DInputFiles.h360 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand() function
H A DObjC.cpp37 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in objectHasObjCSection()