HomeSort by: relevance | last modified time | path
    Searched refs:addressIsReturn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.h 197 bool addressIsReturn(uint64_t Address) const {
PerfReader.h 466 // Simply check addressIsReturn, as ret is always reliable, both for
468 return Binary->addressIsReturn(State.getCurrentLBRSource());

Completed in 18 milliseconds