Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp120 LVShared *Shared = nullptr; member in llvm::logicalview::__anond7e39c940211::LVTypeRecords
133 LVTypeRecords(LVShared *Shared) : Shared(Shared) {} in LVTypeRecords() argument
209 LVShared *Shared = nullptr; member in llvm::logicalview::__anond7e39c940211::LVNamespaceDeduction
225 LVNamespaceDeduction(LVShared *Shared) : Shared(Shared) {} in LVNamespaceDeduction() argument
348 Element = Shared->Visitor->createElement(Iter->second.first); in find()
433 LVScope *Parent = Shared->Reader->getCompileUnit(); in get()
440 Namespace = Shared->Reader->createScopeNamespace(); in get()
489 Shared->TypeKinds.insert(Record.kind()); in visitTypeBegin()
494 Shared->TypeRecords.add(StreamIdx, TI, Record.kind()); in visitTypeBegin()
545 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()
173 if (!Shared) in ConstructJob()
187 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()
255 if (!Shared && Profiling) in ConstructJob()
261 if (!Shared) { in ConstructJob()
274 if (!Shared) in ConstructJob()
H A DPS4CPU.cpp233 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
252 !Relocatable && !Shared && !Static); in ConstructJob()
312 : Shared ? "prx.script" in ConstructJob()
321 if (Shared) in ConstructJob()
326 if (!Relocatable && !Shared && !PIE) in ConstructJob()
389 if (!Shared) in ConstructJob()
392 AddCRTObject(Shared ? "crtbeginS.o" in ConstructJob()
431 AddCRTObject(Shared ? "crtendS.o" : "crtend.o"); in ConstructJob()
H A DHaiku.cpp31 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
55 if (Shared) in ConstructJob()
62 if (!Shared) in ConstructJob()
81 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()
364 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/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
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-friendlyelec-cm3588-nas.dts562 /* Shared with UART0 */
591 /* Shared with SPI4 */
599 /* Shared with UART3 */
607 /* Shared with UART3 */
635 /* Shared with UART4, UART7 and PWM10 */
644 /* Shared with UART8 */
653 /* Shared with PWM4 */
666 /* Shared with PWM12 and PWM13 */
674 /* Shared with SPI0 */
689 /* Shared with SPI0 */
[all …]
/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
176 // Shared ownership
201 // Shared ownership
263 // Shared ownership
/freebsd/tools/tools/git/ghpr/
H A DREADME3 Shared for collaboration on writing them, if you aren't
/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/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp461 Matcher *Shared = Optn; in FactorScope() local
474 Shared->setNext(new ScopeMatcher(std::move(EqualMatchers))); in FactorScope()
477 FactorScope(Shared->getNextPtr()); in FactorScope()
481 *I = Shared; in FactorScope()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2411 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared; member
2425 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared, in ExprLinearizer()
2428 : Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared), in ExprLinearizer()
2593 auto SI = Shared.find(Expr); in linearizeExpr()
2594 assert(SI != Shared.end() && SI->second.count(Leaf)); in linearizeExpr()
2695 DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared) { in collectSharedInfo()
2700 Shared[V].insert(Leaf); in collectSharedInfo()
2703 collectSharedInfo(Leaf, Op, ExprsInSubprogram, Shared); in collectSharedInfo()
2712 DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared) const { in sumOpInfos()
2723 auto I = Shared.find(Root); in sumOpInfos()
[all …]
/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/src/arm64/renesas/
H A Drzv2-evk-cn15-emmc.dtso3 * Shared DT overlay for the eMMC Sub Board (RTK0EF0186B02000BJ), which

123456