Home
last modified time | relevance | path

Searched refs:Shared (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp125 LVShared *Shared = nullptr; member in llvm::logicalview::__anon56bc008a0211::LVTypeRecords
138 LVTypeRecords(LVShared *Shared) : Shared(Shared) {} in LVTypeRecords() argument
220 LVShared *Shared = nullptr; member in llvm::logicalview::__anon56bc008a0211::LVNamespaceDeduction
236 LVNamespaceDeduction(LVShared *Shared) : Shared(Shared) {} in LVNamespaceDeduction() argument
558 Shared->StringRecords.add(TI, String); in visitKnownRecord()
564 Shared->StringRecords.add(TI, String); in visitKnownRecord()
743 Shared->SymbolKinds.insert(Kind); in visitSymbolBegin()
3283 Shared->NamespaceDeduction.get( in createParents()
3391 Shared->NamespaceDeduction.init(); in processNamespaces()
3415 Shared->TypeKinds.clear(); in printRecords()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp61 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
75 if (Shared) in ConstructJob()
102 if (!Shared) { in ConstructJob()
113 if (Shared || Pie) in ConstructJob()
172 if (!Shared) in ConstructJob()
186 if (Shared || Pie) in ConstructJob()
H A DOpenBSD.cpp116 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
139 if (!Args.hasArg(options::OPT_nostdlib) && !Shared && !Relocatable) { in ConstructJob()
150 if (Shared) { in ConstructJob()
176 if (!Shared) { in ConstructJob()
260 if (!Shared && Profiling) in ConstructJob()
266 if (!Shared) { in ConstructJob()
279 if (!Shared) in ConstructJob()
H A DHaiku.cpp30 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
54 if (Shared) in ConstructJob()
61 if (!Shared) in ConstructJob()
77 if (!Shared) in ConstructJob()
H A DNetBSD.cpp124 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
141 if (Shared) { in ConstructJob()
256 if (!Shared) in ConstructJob()
259 if (Shared || Pie) in ConstructJob()
360 if (Shared || Pie) in ConstructJob()
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Dfsl,imx-sdma.yaml70 - Shared SSI: 1
74 - Shared UART: 5
77 - Shared CSPI: 8
83 - Shared Memory Stick Host Controller: 14
93 - Shared ASRC: 23
H A Dfsl-imx-sdma.txt34 1 Shared SSI
38 5 Shared UART
41 8 Shared CSPI
47 14 Shared Memory Stick Host Controller
56 23 Shared ASRC
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,j721e-dss.yaml27 - description: common_s0 DSS Shared common 0
28 - description: common_s1 DSS Shared common 1
29 - description: common_s2 DSS Shared common 2
91 - description: common_s0 DSS Shared common 0
92 - description: common_s1 DSS Shared common 1
93 - description: common_s2 DSS Shared common 2
/freebsd-14.2/tools/regression/sysvshm/
H A DREADME2 SysV IPC Shared Memory Regression Utility.
4 This regression utility will test the SysV Shared Memory facility
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h45 LVShared *Shared = nullptr; variable
62 uint32_t StreamIdx, LVShared *Shared) in LVTypeVisitor() argument
64 Types(Types), Ids(Ids), StreamIdx(StreamIdx), Shared(Shared) { in LVTypeVisitor()
131 LVShared *Shared; variable
183 LVSymbolVisitorDelegate *ObjDelegate, LVShared *Shared) in LVSymbolVisitor() argument
185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor()
242 std::shared_ptr<LVShared> Shared; variable
350 LVShared *getShared() { return Shared.get(); } in getShared()
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Darm-dsu-pmu.txt1 * ARM DynamIQ Shared Unit (DSU) Performance Monitor Unit (PMU)
3 ARM DyanmIQ Shared Unit (DSU) integrates one or more CPU cores
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smem.txt1 Qualcomm Shared Memory Manager binding
3 This binding describes the Qualcomm Shared Memory Manager, used to share data
H A Dqcom,smd.yaml7 title: Qualcomm Shared Memory Driver
15 The Qualcomm Shared Memory Driver is a FIFO based communication channel for
H A Dqcom,smem.yaml7 title: Qualcomm Shared Memory Manager
14 This binding describes the Qualcomm Shared Memory Manager, a region of
H A Dqcom,smsm.txt1 Qualcomm Shared Memory State Machine
3 The Shared Memory State Machine facilitates broadcasting of single bit state
H A Dqcom,smd.txt1 Qualcomm Shared Memory Driver (SMD) binding
3 This binding describes the Qualcomm Shared Memory Driver, a fifo based
H A Dqcom,smsm.yaml7 title: Qualcomm Shared Memory State Machine
15 The Shared Memory State Machine facilitates broadcasting of single bit state
/freebsd-14.2/sys/contrib/device-tree/Bindings/perf/
H A Darm,dsu-pmu.yaml8 title: ARM DynamIQ Shared Unit (DSU) Performance Monitor Unit (PMU)
15 ARM DynamIQ Shared Unit (DSU) integrates one or more CPU cores with a shared
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h419 using Shared = SharedPayload<M>;
421 return static_cast<Shared*>(m.buffer_.shared)->value;
425 m.buffer_.shared = new Shared(std::forward<Arg>(arg));
427 static constexpr auto shared_destroy = &Shared::Destroy;
433 using Shared = SharedPayload<std::unique_ptr<M>>;
435 return *static_cast<Shared*>(m.buffer_.shared)->value;
438 m.buffer_.shared = new Shared(std::unique_ptr<M>(impl));
441 static constexpr auto shared_destroy = &Shared::Destroy;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dshared_mutex35 // Shared ownership
62 // Shared ownership
80 // Shared locking
177 // Shared ownership
208 // Shared ownership
250 // Shared ownership
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs35l41.yaml88 Shared boost allows two amplifiers to share a single boost circuit by
91 configured for Sync when shared boost is used. Shared boost is not
96 2 = Shared Boost Active
97 3 = Shared Boost Passive
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp340 Matcher *Shared = Optn; in FactorNodes() local
353 Shared->setNext(new ScopeMatcher(std::move(EqualMatchers))); in FactorNodes()
356 FactorNodes(Shared->getNextPtr()); in FactorNodes()
360 *I = Shared; in FactorNodes()
/freebsd-14.2/contrib/lib9p/
H A D.gitignore17 # Shared objects (inc. Windows DLLs)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2102 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared; member
2119 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
2286 auto SI = Shared.find(Expr); in linearizeExpr()
2287 assert(SI != Shared.end() && SI->second.count(Leaf)); in linearizeExpr()
2394 auto I = Shared.insert({V, {}}); in collectSharedInfo()
2398 collectSharedInfo(Leaf, Op, ExprsInSubprogram, Shared); in collectSharedInfo()
2418 auto I = Shared.find(Root); in sumOpInfos()
2461 DenseMap<Value *, SmallPtrSet<Value *, 2>> Shared; in emitRemarks() local
2463 collectSharedInfo(Leaf, Leaf, ExprsInSubprogram, Shared); in emitRemarks()
2481 sumOpInfos(L, ReusedExprs, ExprsInSubprogram, Shared); in emitRemarks()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,icu.txt90 ICU_GRP_NSR (0x0) : Shared peripheral interrupt, non-secure
91 ICU_GRP_SR (0x1) : Shared peripheral interrupt, secure

123456