Home
last modified time | relevance | path

Searched refs:getLinkeditDataLoadCommand (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp209 auto SSILC = Obj->getLinkeditDataLoadCommand(LCI); in readMachOHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h654 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp816 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1606 MachO.getLinkeditDataLoadCommand(Command); in dumpSymbolsFromDLInfoMachO()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp305 MachOObj->getLinkeditDataLoadCommand(Command); in getSectionsAndSymbols()
1060 O->getLinkeditDataLoadCommand(LC); in PrintFunctionStarts()
10105 Obj->getLinkeditDataLoadCommand(Command); in PrintLoadCommands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4652 MachOObjectFile::getLinkeditDataLoadCommand(const LoadCommandInfo &L) const { in getLinkeditDataLoadCommand() function in MachOObjectFile