Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp175 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.h372 std::string replaceThinLTOSuffix(StringRef path);
H A DInputFiles.cpp2343 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 DInputFiles.h384 std::string replaceThinLTOSuffix(Ctx &, StringRef path);
H A DLTO.cpp298 replaceThinLTOSuffix(ctx, getThinLTOOutputFile(ctx, f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.cpp1798 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 DInputFiles.h442 std::string replaceThinLTOSuffix(StringRef path, StringRef suffix,
H A DInputFiles.cpp1360 path = replaceThinLTOSuffix(mb.getBufferIdentifier(), in create()
1473 std::string lld::coff::replaceThinLTOSuffix(StringRef path, StringRef suffix, in replaceThinLTOSuffix() function in lld::coff