Home
last modified time | relevance | path

Searched refs:IsEC (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h55 bool IsEC = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp971 bool Deterministic, bool Thin, bool IsEC) { in writeArchiveToStream() argument
989 SymMap.UseECMap = IsEC; in writeArchiveToStream()
1239 std::unique_ptr<MemoryBuffer> OldArchiveBuf, bool IsEC) { in writeArchive() argument
1247 Deterministic, Thin, IsEC)) { in writeArchive()