Searched refs:replaceThinLTOSuffix (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 175 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
|
| H A D | InputFiles.h | 372 std::string replaceThinLTOSuffix(StringRef path);
|
| H A D | InputFiles.cpp | 2343 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile() 2396 std::string macho::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in macho
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 384 std::string replaceThinLTOSuffix(Ctx &, StringRef path);
|
| H A D | LTO.cpp | 298 replaceThinLTOSuffix(ctx, getThinLTOOutputFile(ctx, f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
|
| H A D | InputFiles.cpp | 1798 path = replaceThinLTOSuffix(ctx, mb.getBufferIdentifier()); in BitcodeFile() 2022 std::string elf::replaceThinLTOSuffix(Ctx &ctx, StringRef path) { in replaceThinLTOSuffix() function in elf
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 442 std::string replaceThinLTOSuffix(StringRef path, StringRef suffix,
|
| H A D | InputFiles.cpp | 1360 path = replaceThinLTOSuffix(mb.getBufferIdentifier(), in create() 1473 std::string lld::coff::replaceThinLTOSuffix(StringRef path, StringRef suffix, in replaceThinLTOSuffix() function in lld::coff
|