Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp364 auto FunctionStarts = Obj.getFunctionStarts(); in dumpFunctionStarts()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h693 SmallVector<uint64_t> getFunctionStarts() const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4848 SmallVector<uint64_t> MachOObjectFile::getFunctionStarts() const { in getFunctionStarts() function in MachOObjectFile