Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h679 getEntryPointCommand(const LoadCommandInfo &L) const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp1589 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp4715 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp10459 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()