Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp2047 StringRef startVersion; in handleLDPreviousSymbol() local
2055 std::tie(startVersion, name) = name.split('$'); in handleLDPreviousSymbol()
2066 if (start.tryParse(startVersion)) { in handleLDPreviousSymbol()