Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h740 SmallVector<uint64_t> getFunctionStarts() const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5270 SmallVector<uint64_t> MachOObjectFile::getFunctionStarts() const { in getFunctionStarts() function in MachOObjectFile