Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp210 std::string Path = replaceThinLTOSuffix(getThinLTOOutputFile(ModulePath)); in createEmptyIndex()
H A DInputFiles.h375 std::string replaceThinLTOSuffix(StringRef Path);
H A DInputFiles.cpp1111 Path = replaceThinLTOSuffix(MB.getBufferIdentifier()); in BitcodeFile()
1312 std::string elf::replaceThinLTOSuffix(StringRef Path) { in replaceThinLTOSuffix() function in elf