Home
last modified time | relevance | path

Searched refs:getNoteLoadCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h512 getNoteLoadCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4290 MachOObjectFile::getNoteLoadCommand(const LoadCommandInfo &L) const { in getNoteLoadCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9706 MachO::note_command Nt = Obj->getNoteLoadCommand(Command); in PrintLoadCommands()