Home
last modified time | relevance | path

Searched refs:FuncStartsLoadCmd (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h867 const char *FuncStartsLoadCmd = nullptr; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1363 if ((Err = checkLinkeditDataCommand(*this, Load, I, &FuncStartsLoadCmd, in MachOObjectFile()
5271 if (!FuncStartsLoadCmd) in getFunctionStarts()
5275 getStructOrErr<MachO::linkedit_data_command>(*this, FuncStartsLoadCmd); in getFunctionStarts()