Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp206 MachO::entry_point_command LCMain = O.getEntryPointCommand(LC); in readStartAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h651 getEntryPointCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1582 MachO::entry_point_command LCmain = MachO.getEntryPointCommand(Command); in dumpSymbolsFromDLInfoMachO()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4534 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10187 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()