Home
last modified time | relevance | path

Searched refs:Generator (Results 1 – 25 of 95) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp164 std::unique_ptr<ProfileGeneratorBase> Generator = in main() local
167 Generator->generateProfile(); in main()
168 Generator->write(); in main()
182 std::unique_ptr<ProfileGeneratorBase> Generator = in main() local
185 Generator->generateProfile(); in main()
186 Generator->write(); in main()
H A DProfileGenerator.cpp124 std::unique_ptr<ProfileGeneratorBase> Generator; in create() local
128 Generator.reset(new CSProfileGenerator(Binary, SampleCounters)); in create()
130 Generator.reset(new ProfileGenerator(Binary, SampleCounters)); in create()
135 return Generator; in create()
141 std::unique_ptr<ProfileGeneratorBase> Generator; in create() local
145 Generator.reset(new CSProfileGenerator(Binary, Profiles)); in create()
147 Generator.reset(new ProfileGenerator(Binary, std::move(Profiles))); in create()
152 return Generator; in create()
/openbsd-src/gnu/llvm/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py34 from typing import Generator, Sequence, Tuple
139 content: str,) -> Generator[Tuple[FileRange, str], None, None]:
160 def parse_custom_prefixes(content: str) -> Generator[str, None, None]: # pylint: disable=g-doc-args
183 ) -> Generator[Diagnostic, None, None]:
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A DExecutionUtils.cpp92 static LLIBuiltinFunctionGenerator *Generator = nullptr; variable
97 Generator->appendDebugObject(Entry->symfile_addr, Entry->symfile_size); in dumpDebugObjects()
103 Generator = this; in LLIBuiltinFunctionGenerator()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h65 template <typename T> using Generator = std::shared_ptr<MatchComputation<T>>; variable
67 using TextGenerator = Generator<std::string>;
296 SmallVector<Generator<MetadataT>, 1> Metadata;
311 Generator<MetadataT> Metadata) {
343 Generator<MetadataT> Metadata) {
352 Generator<MetadataT> Metadata) {
H A DTransformer.h155 [](const typename transformer::Generator<T> &Metadata)
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A Dgenerate_cxx_src_locs.py11 class Generator(object): class
378 g = Generator(templateClasses)
394 cladeName not in Generator.RefClades)
402 CladeName not in Generator.RefClades)
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRandomNumberGenerator.cpp60 Generator.seed(SeedSeq); in RandomNumberGenerator()
64 return Generator(); in operator ()()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_lzw_test.cpp19 template <typename Generator>
20 void Run(size_t n, Generator gen) { in Run()
/openbsd-src/gnu/llvm/llvm/utils/
H A Drevert_checker.py48 from typing import Generator, List, NamedTuple, Iterable
74 def _stream_stdout(command: List[str]) -> Generator[str, None, None]:
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h56 generator_type Generator; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp93 DependencyPrinter Generator(*Opts, Dependencies); in printDependencies() local
94 Generator.printDependencies(S); in printDependencies()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h294 using Generator = llvm::OnDiskChainedHashTableGenerator<WriterInfo>; variable
296 Generator Gen;
H A DGlobalModuleIndex.cpp814 llvm::OnDiskChainedHashTableGenerator<IdentifierIndexWriterTrait> Generator; in writeIndex() local
821 Generator.insert(I->first(), I->second, Trait); in writeIndex()
832 BucketOffset = Generator.Emit(Out, Trait); in writeIndex()
H A DASTWriter.cpp1861 llvm::OnDiskChainedHashTableGenerator<HeaderFileInfoTrait> Generator; in WriteHeaderSearch() local
1913 Generator.insert(Key, Data, GeneratorTrait); in WriteHeaderSearch()
1959 Generator.insert(Key, Data, GeneratorTrait); in WriteHeaderSearch()
1972 BucketOffset = Generator.Emit(Out, GeneratorTrait); in WriteHeaderSearch()
3322 llvm::OnDiskChainedHashTableGenerator<ASTMethodPoolTrait> Generator; in WriteSelectors() local
3368 Generator.insert(S, Data, Trait); in WriteSelectors()
3381 BucketOffset = Generator.Emit(Out, Trait); in WriteSelectors()
3636 llvm::OnDiskChainedHashTableGenerator<ASTIdentifierTableTrait> Generator; in WriteIdentifierTable() local
3669 Generator.insert(II, ID, Trait); in WriteIdentifierTable()
3681 BucketOffset = Generator.Emit(Out, Trait); in WriteIdentifierTable()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp334 const std::unique_ptr<SnippetGenerator> Generator = in generateSnippets() local
337 if (!Generator) in generateSnippets()
344 if (auto Err = Generator->generateConfigurations(Variant, Benchmarks, in generateSnippets()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp344 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator; in writeImpl() local
354 Generator.insert(I.getKey(), &I.getValue()); in writeImpl()
422 uint64_t HashTableStart = Generator.Emit(OS.OS, *InfoObj); in writeImpl()
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/
H A Drw.po107 "X- Generator: KBabel 1. 0\n"
127 "X- Generator: KBabel 1. 0\n"
233 "X- Generator: KBabel 1. 0\n"
246 "X- Generator: KBabel 1. 0\n"
/openbsd-src/etc/
H A Dservices72 pwdgen 129/tcp # Password Generator Protocol
73 pwdgen 129/udp # Password Generator Protocol
/openbsd-src/sbin/iked/
H A Dsntrup761.c874 static void Generator(Fq *G,const unsigned char *k) in Generator() function
908 Generator(G,S); in XKeyGen()
918 Generator(G,S); in XEncrypt()
/openbsd-src/usr.bin/ssh/
H A Dsntrup761.c874 static void Generator(Fq *G,const unsigned char *k) Generator() function
/openbsd-src/sys/arch/landisk/conf/
H A DGENERIC91 urng* at uhub? # USB Random Number Generator
/openbsd-src/sys/arch/octeon/conf/
H A DGENERIC107 urng* at uhub? # USB Random Number Generator
/openbsd-src/sys/arch/powerpc64/conf/
H A DGENERIC71 urng* at uhub? # USB Random Number Generator
/openbsd-src/sys/arch/loongson/conf/
H A DGENERIC123 urng* at uhub? # USB Random Number Generator

1234