Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h334 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands() argument
337 const auto *hdr = reinterpret_cast<const llvm::MachO::mach_header *>(anyHdr); in findCommands()
356 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand() argument
358 detail::findCommands<CommandType>(anyHdr, 1, types...); in findCommand()
363 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands() argument
365 return detail::findCommands<CommandType>(anyHdr, 0, types...); in findCommands()