Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h377 std::string replaceThinLTOSuffix(StringRef path);
H A DLTO.cpp296 std::string path = replaceThinLTOSuffix(getThinLTOOutputFile(f->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.cpp1569 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
1765 std::string elf::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in elf
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h411 std::string replaceThinLTOSuffix(StringRef path);
H A DInputFiles.cpp988 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
1103 std::string lld::coff::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in lld::coff