Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp175 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.h368 std::string replaceThinLTOSuffix(StringRef path);
H A DInputFiles.cpp2279 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
2332 std::string macho::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in macho
/src/contrib/llvm-project/lld/COFF/
H A DInputFiles.h416 std::string replaceThinLTOSuffix(StringRef path, StringRef suffix,
H A DInputFiles.cpp1051 path = replaceThinLTOSuffix(mb.getBufferIdentifier(), in BitcodeFile()
1158 std::string lld::coff::replaceThinLTOSuffix(StringRef path, StringRef suffix, in replaceThinLTOSuffix() function in lld::coff
/src/contrib/llvm-project/lld/ELF/
H A DInputFiles.h389 std::string replaceThinLTOSuffix(StringRef path);
H A DLTO.cpp293 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.cpp1709 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
1908 std::string elf::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in elf