| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | llvm-profgen.cpp | 164 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 D | ProfileGenerator.cpp | 124 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 D | filecheck_lint.py | 34 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 D | ExecutionUtils.cpp | 92 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 D | RewriteRule.h | 65 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 D | Transformer.h | 155 [](const typename transformer::Generator<T> &Metadata)
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | generate_cxx_src_locs.py | 11 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 D | RandomNumberGenerator.cpp | 60 Generator.seed(SeedSeq); in RandomNumberGenerator() 64 return Generator(); in operator ()()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_lzw_test.cpp | 19 template <typename Generator> 20 void Run(size_t n, Generator gen) { in Run()
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | revert_checker.py | 48 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 D | RandomNumberGenerator.h | 56 generator_type Generator; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 93 DependencyPrinter Generator(*Opts, Dependencies); in printDependencies() local 94 Generator.printDependencies(S); in printDependencies()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 294 using Generator = llvm::OnDiskChainedHashTableGenerator<WriterInfo>; variable 296 Generator Gen;
|
| H A D | GlobalModuleIndex.cpp | 814 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 D | ASTWriter.cpp | 1861 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 D | llvm-exegesis.cpp | 334 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 D | InstrProfWriter.cpp | 344 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 D | rw.po | 107 "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 D | services | 72 pwdgen 129/tcp # Password Generator Protocol 73 pwdgen 129/udp # Password Generator Protocol
|
| /openbsd-src/sbin/iked/ |
| H A D | sntrup761.c | 874 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 D | sntrup761.c | 874 static void Generator(Fq *G,const unsigned char *k) Generator() function
|
| /openbsd-src/sys/arch/landisk/conf/ |
| H A D | GENERIC | 91 urng* at uhub? # USB Random Number Generator
|
| /openbsd-src/sys/arch/octeon/conf/ |
| H A D | GENERIC | 107 urng* at uhub? # USB Random Number Generator
|
| /openbsd-src/sys/arch/powerpc64/conf/ |
| H A D | GENERIC | 71 urng* at uhub? # USB Random Number Generator
|
| /openbsd-src/sys/arch/loongson/conf/ |
| H A D | GENERIC | 123 urng* at uhub? # USB Random Number Generator
|