Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp268 uint64_t funcVA = funcSym->resolveBranchVA(); in finalize() local
270 if (lowVA < funcVA && funcVA < highVA) { in finalize()