Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp2273 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
2326 std::string macho::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in macho
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h387 std::string replaceThinLTOSuffix(StringRef path);
H A DLTO.cpp291 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.cpp1651 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
1850 std::string elf::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in elf
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.h413 std::string replaceThinLTOSuffix(StringRef path, StringRef suffix,
H A DInputFiles.cpp1002 path = replaceThinLTOSuffix(mb.getBufferIdentifier(), in BitcodeFile()
1109 std::string lld::coff::replaceThinLTOSuffix(StringRef path, StringRef suffix, in replaceThinLTOSuffix() function in lld::coff