Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.h379 std::string replaceThinLTOSuffix(StringRef path);
H A DLTO.cpp306 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.cpp1618 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
1808 std::string elf::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in elf
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp182 replaceThinLTOSuffix(getThinLTOOutputFile(f->obj->getName())); in thinLTOCreateEmptyIndexFiles()
H A DInputFiles.h360 std::string replaceThinLTOSuffix(StringRef path);
H A DInputFiles.cpp2218 path = replaceThinLTOSuffix(mb.getBufferIdentifier()); in BitcodeFile()
2260 std::string macho::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix() function in macho
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h410 std::string replaceThinLTOSuffix(StringRef path, StringRef suffix,
H A DInputFiles.cpp1000 path = replaceThinLTOSuffix(mb.getBufferIdentifier(), in BitcodeFile()
1091 std::string lld::coff::replaceThinLTOSuffix(StringRef path, StringRef suffix, in replaceThinLTOSuffix() function in lld::coff