Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp95 static uint64_t resolveSymbolVA(const Symbol *sym, uint8_t type) { in resolveSymbolVA() function
249 referentVA = resolveSymbolVA(referentSym, r.type) + r.addend; in writeTo()