Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h530 getEntryPointCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1619 MachO->getEntryPointCommand(Command); in dumpSymbolNamesFromObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4335 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9716 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()