Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1557 size_t slashIndex = fileName.rfind("/"); in CodeSignatureSection() local
1558 if (slashIndex != std::string::npos) in CodeSignatureSection()
1559 fileName = fileName.drop_front(slashIndex + 1); in CodeSignatureSection()