Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h364 getEntryPointCommand(const LoadCommandInfo &L) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h523 getEntryPointCommand(const LoadCommandInfo &L) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h679 getEntryPointCommand(const LoadCommandInfo &L) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp2151 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4357 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp4715 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8951 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()