Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h680 getSourceVersionCommand(const LoadCommandInfo &L) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4717 MachOObjectFile::getSourceVersionCommand(const LoadCommandInfo &L) const { in getSourceVersionCommand() function in MachOObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10048 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command); in PrintLoadCommands()