Home
last modified time | relevance | path

Searched refs:Deterministic (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h30 getOldMember(const object::Archive::Child &OldMember, bool Deterministic);
33 bool Deterministic);
40 bool Deterministic, bool Thin,
47 object::Archive::Kind Kind, bool Deterministic, bool Thin);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp49 bool Deterministic) { in getOldMember() argument
57 if (!Deterministic) { in getOldMember()
107 if (!Deterministic) { in getFile()
262 if (!Deterministic) in now()
340 writeSymbolTableHeader(Out, Kind, Deterministic, Size); in writeSymbolTable()
464 bool UniqueTimestamps = Deterministic && isDarwin(Kind); in computeMemberData()
575 bool Deterministic, bool Thin) { in writeArchiveToStream() argument
646 writeSymbolTable(Out, Kind, Deterministic, Data, SymNamesBuf); in writeArchiveToStream()
657 bool Deterministic, bool Thin, in writeArchive() argument
666 Deterministic, Thin)) { in writeArchive()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp213 static bool Deterministic = true; ///< 'D' and 'U' modifiers variable
383 Deterministic = true; in parseCommandLine()
386 Deterministic = false; in parseCommandLine()
655 NewArchiveMember::getOldMember(M, Deterministic); in addChildMember()
695 NewArchiveMember::getFile(FileName, Deterministic); in addMember()
954 Kind, Deterministic, Thin, std::move(OldArchiveBuf)); in performWriteOperation()
1236 Deterministic = true; in ranlib_main()
1238 Deterministic = false; in ranlib_main()
/freebsd-13.1/share/doc/psd/15.yacc/
H A Dref.bib19 %T Deterministic Parsing of Ambiguous Grammars
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp104 bool Deterministic, bool Thin) { in deepWriteArchive() argument
106 Deterministic, Thin)) in deepWriteArchive()