Searched refs:findCommands (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.h | 323 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands() function 347 detail::findCommands<CommandType>(anyHdr, 1, types...); in findCommand() 352 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands() function 354 return detail::findCommands<CommandType>(anyHdr, 0, types...); in findCommands()
|
| H A D | InputFiles.cpp | 123 for (auto *cmd : findCommands<build_version_command>(hdr, LC_BUILD_VERSION)) { in getPlatformInfos() 129 for (auto *cmd : findCommands<version_min_command>( in getPlatformInfos() 1084 for (auto *cmd : findCommands<linker_option_command>(hdr, LC_LINKER_OPTION)) { in parse() 1786 for (auto *cmd : findCommands<rpath_command>(hdr, LC_RPATH)) { in DylibFile()
|