Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h361 getEntryPointCommand(const LoadCommandInfo &L) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp2039 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp8376 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()