Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp74 const Generator *Reproducer::GetGenerator() const { in GetGenerator()
88 Generator *Reproducer::GetGenerator() { in GetGenerator()
154 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator() function in Generator
159 Generator::~Generator() { in ~Generator()
170 ProviderBase *Generator::Register(std::unique_ptr<ProviderBase> provider) { in Register()
178 void Generator::Keep() { in Keep()
189 void Generator::Discard() { in Discard()
200 void Generator::SetAutoGenerate(bool b) { m_auto_generate = b; } in SetAutoGenerate()
202 bool Generator::IsAutoGenerate() const { return m_auto_generate; } in IsAutoGenerate()
204 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h91 class Generator final {
94 Generator(FileSpec root);
95 ~Generator();
206 Generator *GetGenerator();
209 const Generator *GetGenerator() const;
224 llvm::Optional<Generator> m_generator;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Darmada3700-tbg-clock.txt1 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
3 Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
H A Drenesas,cpg-mstp-clocks.yaml7 title: Renesas Clock Pulse Generator (CPG) Module Stop (MSTP) Clocks
13 The Clock Pulse Generator (CPG) can gate SoC device clocks. The gates are
H A Dtango4-clock.txt1 * Sigma Designs Tango4 Clock Generator
H A Drenesas,cpg-mssr.yaml7 title: Renesas Clock Pulse Generator / Module Standby and Software Reset
13 On Renesas ARM SoCs (SH/R-Mobile, R-Car, RZ), the CPG (Clock Pulse Generator)
H A Drenesas,r8a73a4-cpg-clocks.txt1 * Renesas R8A73A4 Clock Pulse Generator (CPG)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp60 Generator.seed(SeedSeq); in RandomNumberGenerator()
64 return Generator(); in operator ()()
/freebsd-13.1/sys/contrib/device-tree/Bindings/crypto/
H A Dsamsung-sss.yaml20 -- PRNG: Pseudo Random Number Generator
25 -- True Random Number Generator (TRNG)
/freebsd-13.1/sys/contrib/device-tree/Bindings/rng/
H A Dnuvoton,npcm-rng.txt1 NPCM SoC Random Number Generator
H A Dhisi-rng.txt1 Hisilicon Random Number Generator
H A Dst,rng.txt1 STMicroelectronics HW Random Number Generator
H A Dsamsung,exynos5250-trng.txt1 Exynos True Random Number Generator
H A Datmel-trng.txt1 Atmel TRNG (True Random Number Generator) block
H A Dmicrochip,pic32-rng.txt1 * Microchip PIC32 Random Number Generator
H A Dingenic,rng.yaml13 The Random Number Generator in Ingenic SoCs.
H A Dsamsung,exynos4-rng.yaml7 title: Samsung Exynos SoC Pseudo Random Number Generator
H A Dks-sa-rng.txt1 Keystone SoC Hardware Random Number Generator(HWRNG) Module
H A Dimx-rng.txt1 Freescale RNGA/RNGB/RNGC (Random Number Generator Versions A, B and C)
H A Darm-cctrng.yaml13 Arm TrustZone CryptoCell TRNG (True Random Number Generator) engine.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h56 generator_type Generator; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp96 DependencyPrinter Generator(*Opts, Dependencies); in getDependencyFile() local
97 Generator.printDependencies(S); in getDependencyFile()
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dti,k3-am654-cpts.yaml23 - periodic Generator function outputs (TS_GENFx)
86 Number of timestamp Generator function outputs (TS_GENFx)
/freebsd-13.1/sys/contrib/device-tree/Bindings/pwm/
H A Diqs620a-pwm.yaml7 title: Azoteq IQS620A PWM Generator

1234