Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h740 SmallVector<uint64_t> getFunctionStarts() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp5270 SmallVector<uint64_t> MachOObjectFile::getFunctionStarts() const { in getFunctionStarts() function in MachOObjectFile