Home
last modified time | relevance | path

Searched defs:Shared (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dmacho.d121 version (Shared) in version() argument
241 version (Shared) in version() argument
456 version (Shared) in version() argument
569 version (Shared) void runFinalizers(DSO* pdso) in version() argument
587 version (Shared) in version() argument
695 version (Shared) void* handleForAddr(void* addr) nothrow @nogc in version() argument
H A Dpecoff.d120 version (Shared) in version() argument
242 version (Shared) in version() argument
449 version (Shared) in version() argument
624 version (Shared) void runFinalizers(DSO* pdso) in version() argument
642 version (Shared) in version() argument
H A Dpackage.d45 version (Shared) in version() argument
H A Delf_shared.d209 version (Shared) in version() argument
346 version (Shared) in version() argument
563 version (Shared) in version() argument
676 version (Shared) void runFinalizers(DSO* pdso) in version() argument
694 version (Shared) in version() argument
990 version (Shared) void* handleForAddr(void* addr) nothrow @nogc in version() argument
H A Delf.d189 version (Shared) in version() argument
351 version (Shared) in version() argument
562 version (Shared) in version() argument
675 version (Shared) void runFinalizers(DSO* pdso) in version() argument
693 version (Shared) in version() argument
983 version (Shared) void* handleForAddr(void* addr) nothrow @nogc in version() argument
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d209 version (Shared) in version() argument
346 version (Shared) in version() argument
563 version (Shared) in version() argument
676 version (Shared) void runFinalizers(DSO* pdso) in version() argument
694 version (Shared) in version() argument
990 version (Shared) void* handleForAddr(void* addr) nothrow @nogc in version() argument
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dsections.d73 version (Shared) in version() argument
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dsections.d88 version (Shared) in version() argument
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp468 const bool Shared) { in main()
488 auto GetComponentLibraryPath = [&](const StringRef &Name, const bool Shared) { in main()
689 const bool Shared = LinkMode == LinkModeShared; in main() local
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp316 Matcher *Shared = Optn; in FactorNodes() local
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMinGW.cpp72 bool Shared = Args.hasArg(options::OPT_shared); in AddLibGCC() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h103 static BitRecTy Shared; variable
143 static IntRecTy Shared; variable
161 static StringRecTy Shared; variable
203 static DagRecTy Shared; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp170 Shared = 1 << 4, in ParseSectionFlags() enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp50 BitRecTy BitRecTy::Shared; member in BitRecTy
51 IntRecTy IntRecTy::Shared; member in IntRecTy
52 StringRecTy StringRecTy::Shared; member in StringRecTy
53 DagRecTy DagRecTy::Shared; member in DagRecTy
81 static std::vector<BitsRecTy*> Shared; in get() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1618 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared; member
1977 DenseMap<Value *, SmallPtrSet<Value *, 2>> Shared; in emitRemarks() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h134 const Expr *Shared = nullptr; member