Home
last modified time | relevance | path

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

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