Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h677 getSourceVersionCommand(const LoadCommandInfo &L) const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4710 MachOObjectFile::getSourceVersionCommand(const LoadCommandInfo &L) const { in getSourceVersionCommand() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10456 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command); in PrintLoadCommands()