Searched refs:findCommands (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lld/MachO/ |
H A D | InputFiles.h | 326 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands() function 350 detail::findCommands<CommandType>(anyHdr, 1, types...); in findCommand() 355 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands() function 357 return detail::findCommands<CommandType>(anyHdr, 0, types...); in findCommands()
|
H A D | InputFiles.cpp | 124 for (auto *cmd : findCommands<build_version_command>(hdr, LC_BUILD_VERSION)) { in getPlatformInfos() 130 for (auto *cmd : findCommands<version_min_command>( in getPlatformInfos() 990 for (auto *cmd : findCommands<linker_option_command>(hdr, LC_LINKER_OPTION)) { in parse() 1698 for (auto *cmd : findCommands<rpath_command>(hdr, LC_RPATH)) { in DylibFile()
|