Searched refs:replaceThinLTOSuffix (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h362 std::string replaceThinLTOSuffix(StringRef path);
H A DInputFiles.cpp900 path = replaceThinLTOSuffix(mb.getBufferIdentifier());
970 std::string replaceThinLTOSuffix(StringRef path) { function in namespace:lld::coff
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h385 std::string replaceThinLTOSuffix(StringRef path);
H A DLTO.cpp223 std::string path = replaceThinLTOSuffix(getThinLTOOutputFile(f->getName()));
H A DInputFiles.cpp1412 path = replaceThinLTOSuffix(mb.getBufferIdentifier());
1604 std::string replaceThinLTOSuffix(StringRef path) { function in namespace:lld::elf

Completed in 130 milliseconds