Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp125 LVShared *Shared = nullptr; member in llvm::logicalview::__anond7e39c940211::LVTypeRecords
138 LVTypeRecords(LVShared *Shared) : Shared(Shared) {} in LVTypeRecords() argument
220 LVShared *Shared = nullptr; member in llvm::logicalview::__anond7e39c940211::LVNamespaceDeduction
236 LVNamespaceDeduction(LVShared *Shared) : Shared(Shared) {} in LVNamespaceDeduction() argument
361 Element = Shared->Visitor->createElement(Iter->second.first); in find()
446 LVScope *Parent = Shared->Reader->getCompileUnit(); in get()
453 Namespace = Shared->Reader->createScopeNamespace(); in get()
502 Shared->TypeKinds.insert(Record.kind()); in visitTypeBegin()
507 Shared->TypeRecords.add(StreamIdx, TI, Record.kind()); in visitTypeBegin()
558 Shared->StringRecords.add(TI, String); in visitKnownRecord()
[all …]
/freebsd/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.cpp117 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
140 if (!Args.hasArg(options::OPT_nostdlib) && !Shared && !Relocatable) { in ConstructJob()
151 if (Shared) { in ConstructJob()
180 if (!Shared) { in ConstructJob()
264 if (!Shared && Profiling) in ConstructJob()
270 if (!Shared) { in ConstructJob()
283 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()
80 if (!Shared) in ConstructJob()
H A DNetBSD.cpp124 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
141 if (Shared) { in ConstructJob()
259 if (!Shared) in ConstructJob()
262 if (Shared || Pie) in ConstructJob()
363 if (Shared || Pie) in ConstructJob()
/freebsd/sys/contrib/device-tree/Bindings/dma/
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/tools/regression/sysvshm/
H A DREADME2 SysV IPC Shared Memory Regression Utility.
4 This regression utility will test the SysV Shared Memory facility
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h45 LVShared *Shared = nullptr;
62 uint32_t StreamIdx, LVShared *Shared) in LVTypeVisitor()
64 Types(Types), Ids(Ids), StreamIdx(StreamIdx), Shared(Shared) { in LVTypeVisitor()
131 LVShared *Shared;
183 LVSymbolVisitorDelegate *ObjDelegate, LVShared *Shared) in LVSymbolVisitor()
185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor()
242 std::shared_ptr<LVShared> Shared;
350 LVShared *getShared() { return Shared in getShared()
46 LVShared *Shared = nullptr; global() variable
63 LVTypeVisitor(ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,uint32_t StreamIdx,LVShared * Shared) LVTypeVisitor() argument
132 LVShared *Shared; global() variable
184 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument
241 std::shared_ptr<LVShared> Shared; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h292 Shared = 1 << 0, in mergeDSA() enumerator
319 getDsa(object).second |= DSA::Shared; in mergeDSA()
351 getDsa(object).second &= ~DSA::Shared; in mergeDSA()
357 getDsa(object).second &= ~DSA::Shared; in mergeDSA()
363 getDsa(object).second &= ~DSA::Shared; in mergeDSA()
369 getDsa(object).second &= ~DSA::Shared; in mergeDSA()
384 } else if (dsa & DSA::Shared) { in mergeDSA()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-friendlyelec-cm3588-nas.dts513 /* Shared with UART0 */
542 /* Shared with SPI4 */
550 /* Shared with UART3 */
558 /* Shared with UART3 */
586 /* Shared with UART4, UART7 and PWM10 */
595 /* Shared with UART8 */
604 /* Shared with PWM4 */
617 /* Shared with PWM12 and PWM13 */
625 /* Shared with SPI0 */
640 /* Shared with SPI0 */
[all …]
/freebsd/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
H A Damlogic,scpi.txt8 AMLOGIC SRAM and Shared Memory for SCPI
H A Djuno,scpi.txt4 Juno SRAM and Shared Memory for SCPI
/freebsd/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.txt1 Qualcomm Shared Memory Driver (SMD) binding
3 This binding describes the Qualcomm Shared Memory Driver, a fifo based
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,smp2p.txt1 Qualcomm Shared Memory Point 2 Point binding
3 The Shared Memory Point to Point (SMP2P) protocol facilitates communication of
/freebsd/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/contrib/llvm-project/libcxx/include/
H A Dshared_mutex35 // Shared ownership
62 // Shared ownership
80 // Shared locking
173 // Shared ownership
204 // Shared ownership
246 // Shared ownership
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp339 Matcher *Shared = Optn; in FactorNodes() local
352 Shared->setNext(new ScopeMatcher(std::move(EqualMatchers))); in FactorNodes()
355 FactorNodes(Shared->getNextPtr()); in FactorNodes()
359 *I = Shared; in FactorNodes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2200 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared; member
2214 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared, in ExprLinearizer()
2217 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
2384 auto SI = Shared.find(Expr); in linearizeExpr()
2385 assert(SI != Shared.end() && SI->second.count(Leaf)); in linearizeExpr()
2487 DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared) { in collectSharedInfo()
2492 auto I = Shared.insert({V, {}}); in collectSharedInfo()
2496 collectSharedInfo(Leaf, Op, ExprsInSubprogram, Shared); in collectSharedInfo()
2505 DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared) const { in sumOpInfos()
2516 auto I = Shared.find(Root); in sumOpInfos()
[all …]
/freebsd/contrib/lib9p/
H A D.gitignore17 # Shared objects (inc. Windows DLLs)
/freebsd/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
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md19 Shared libraries and installation in non-default locations
65 consider, `DT_RPATH` and `DT_RUNPATH`. Shared objects are searched for in
110 Shared OpenSSL builds also install static libraries. Linking with the
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dsbsa-gwdt.txt17 - interrupts: Should contain the Watchdog Signal 0 (WS0) SPI (Shared

123456