Searched refs:findCommands (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.h | 338 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands() function 362 detail::findCommands<CommandType>(anyHdr, 1, types...); in findCommand() 367 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands() function 369 return detail::findCommands<CommandType>(anyHdr, 0, types...); in findCommands()
|
| H A D | InputFiles.cpp | 122 for (auto *cmd : findCommands<build_version_command>(hdr, LC_BUILD_VERSION)) { in getPlatformInfos() 128 for (auto *cmd : findCommands<version_min_command>( in getPlatformInfos() 956 for (auto *cmd : findCommands<linker_option_command>(hdr, LC_LINKER_OPTION)) { in parseLinkerOptions() 1743 for (auto *cmd : findCommands<rpath_command>(hdr, LC_RPATH)) { in DylibFile() 1755 for (auto *cmd : findCommands<sub_client_command>(hdr, LC_SUB_CLIENT)) { in DylibFile()
|