Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp508 auto doesBelongToFunction = [&](const uint64_t Addr, in analyzeJumpTable() local
581 if (!doesBelongToFunction(Value, TargetBF) || Value == BF.getAddress()) { in analyzeJumpTable()