Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1008 if (const load_command *cmd = findCommand(hdr, LP::segmentLCType)) { in parse()
1016 if (const load_command *cmd = findCommand(hdr, LC_SYMTAB)) { in parse()
1061 const load_command *cmd = findCommand(hdr, LC_SYMTAB); in parseLazy()
1107 const load_command *cmd = findCommand(buf, LC_DATA_IN_CODE); in getDataInCode()
1118 findCommand<linkedit_data_command>(buf, LC_LINKER_OPTIMIZATION_HINT)) in getOptimizationHints()
1698 if (const load_command *cmd = findCommand(hdr, LC_ID_DYLIB)) { in DylibFile()
1728 bool canBeImplicitlyLinked = findCommand(hdr, LC_SUB_CLIENT) == nullptr; in DylibFile()
1733 const auto *dyldInfo = findCommand<dyld_info_command>(hdr, LC_DYLD_INFO_ONLY); in DylibFile()
1735 findCommand<linkedit_data_command>(hdr, LC_DYLD_EXPORTS_TRIE); in DylibFile()
H A DInputFiles.h356 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand() function
H A DObjC.cpp38 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in objectHasObjCSection()