Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h649 getSourceVersionCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4529 MachOObjectFile::getSourceVersionCommand(const LoadCommandInfo &L) const { in getSourceVersionCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10184 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command); in PrintLoadCommands()