Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h734 SmallVector<uint64_t> getFunctionStarts() const;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp367 auto FunctionStarts = Obj.getFunctionStarts(); in dumpFunctionStarts()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5254 SmallVector<uint64_t> MachOObjectFile::getFunctionStarts() const { in getFunctionStarts() function in MachOObjectFile