Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h536 getSubFrameworkCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4350 MachOObjectFile::getSubFrameworkCommand(const LoadCommandInfo &L) const { in getSubFrameworkCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9731 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); in PrintLoadCommands()