Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DObjC.cpp196 auto *symIsec = sym->isec(); in getReferentString() local
199 if (auto *s = dyn_cast_or_null<CStringInputSection>(symIsec)) in getReferentString()
202 if (isa<ConcatInputSection>(symIsec)) { in getReferentString()
203 auto strData = symIsec->data.slice(symOffset); in getReferentString()