Home
last modified time | relevance | path

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

12345

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h51 DIEGenerator &Generator, in DIEAttributeCloner() argument
57 InputDieEntry, Generator, FuncAddressAdjustment, in DIEAttributeCloner()
63 DIEGenerator &Generator, in DIEAttributeCloner() argument
69 InputDieEntry, Generator, FuncAddressAdjustment, in DIEAttributeCloner()
88 DIEGenerator &Generator, in DIEAttributeCloner() argument
95 InputDieEntry(InputDieEntry), Generator(Generator), in DIEAttributeCloner()
160 DIEGenerator &Generator; variable
H A DDIEAttributeCloner.cpp130 Generator in clone()
210 return Generator in cloneStringAttr()
225 return Generator in cloneStringAttr()
230 return Generator in cloneStringAttr()
265 return Generator in cloneDieRefAttr()
274 return Generator in cloneDieRefAttr()
357 return Generator in cloneScalarAttr()
510 return Generator in cloneScalarAttr()
517 return Generator.addScalarAttribute(AttrSpec.Attr, ResultingForm, Value) in cloneScalarAttr()
587 return Generator in cloneAddressAttr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp330 Offset = Generator.Emit(BlobStream); in writeIdentifierBlock()
611 Offset = Generator.Emit(BlobStream); in writeObjCContextBlock()
630 Offset = Generator.Emit(BlobStream); in writeObjCContextBlock()
721 Offset = Generator.Emit(BlobStream); in writeObjCPropertyBlock()
789 Offset = Generator.Emit(BlobStream); in writeObjCMethodBlock()
857 Offset = Generator.Emit(BlobStream); in writeObjCSelectorBlock()
915 Offset = Generator.Emit(BlobStream); in writeGlobalVariableBlock()
1029 Offset = Generator.Emit(BlobStream); in writeGlobalFunctionBlock()
1083 Offset = Generator.Emit(BlobStream); in writeEnumConstantBlock()
1191 Offset = Generator.Emit(BlobStream); in writeTagBlock()
[all …]
/freebsd-14.2/contrib/llvm-project/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) {
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h405 template <typename... Generator>
406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine()
407 return internal::CartesianProductHolder<Generator...>(g...); in Combine()
/freebsd-14.2/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 provide 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 Drenesas,rzg2l-cpg.yaml7 title: Renesas RZ/{G2L,V2L,V2M} Clock Pulse Generator / Module Standby Mode
13 On Renesas RZ/{G2L,V2L}-alike SoC's, the CPG (Clock Pulse Generator) and Module
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp60 Generator.seed(SeedSeq); in RandomNumberGenerator()
64 return Generator(); in operator ()()
/freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/
H A Dsamsung-sss.yaml19 -- PRNG: Pseudo Random Number Generator
24 -- True Random Number Generator (TRNG)
H A Dqcom,prng.yaml7 title: Qualcomm Pseudo Random Number Generator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h109 T &loadOrGenerate(function_ref<T *()> Generator) { in loadOrGenerate() argument
118 Raw = makeRaw(Generator()); in loadOrGenerate()
/freebsd-14.2/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 Dmicrochip,pic32-rng.txt1 * Microchip PIC32 Random Number Generator
H A Datmel-trng.txt1 Atmel TRNG (True Random Number Generator) block
H A Dst,rng.yaml7 title: STMicroelectronics Hardware Random Number Generator
H A Dingenic,rng.yaml13 The Random Number Generator in Ingenic SoCs.
H A Dingenic,trng.yaml13 The True Random Number Generator in Ingenic SoCs.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h56 generator_type Generator; variable
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/
H A Dleds-qcom-lpg.yaml7 title: Qualcomm Light Pulse Generator
13 The Qualcomm Light Pulse Generator consists of three different hardware blocks;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp63 DependencyPrinter Generator(*Opts, Dependencies); in printDependencies() local
64 Generator.printDependencies(S); in printDependencies()
/freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/
H A Diqs620a-pwm.yaml7 title: Azoteq IQS620A PWM Generator

12345