Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h685 getSubFrameworkCommand(const LoadCommandInfo &L) const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4730 MachOObjectFile::getSubFrameworkCommand(const LoadCommandInfo &L) const { in getSubFrameworkCommand() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10474 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); in PrintLoadCommands()