Home
last modified time | relevance | path

Searched refs:findCommands (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lld/MachO/
H A DInputFiles.h334 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands() function
358 detail::findCommands<CommandType>(anyHdr, 1, types...); in findCommand()
363 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands() function
365 return detail::findCommands<CommandType>(anyHdr, 0, types...); in findCommands()
H A DInputFiles.cpp124 for (auto *cmd : findCommands<build_version_command>(hdr, LC_BUILD_VERSION)) { in getPlatformInfos()
130 for (auto *cmd : findCommands<version_min_command>( in getPlatformInfos()
958 for (auto *cmd : findCommands<linker_option_command>(hdr, LC_LINKER_OPTION)) { in parseLinkerOptions()
1722 for (auto *cmd : findCommands<rpath_command>(hdr, LC_RPATH)) { in DylibFile()