Searched refs:LD (Results 276 - 300 of 333) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.in276 LD = @LD@
H A Dltmain.sh2070 linker: $LD (gnu? $with_gnu_ld)
9542 *\$LD\ *) wl= ;;
10131 # if reload_cmds runs $LD directly, get rid of -Wl from
10135 *\$LD[\ \$]*) wl= ;;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2126 MI.setDesc(get(Subtarget.isPPC64() ? PPC::LD : PPC::LWZ));
2169 MI.setDesc(get(PPC::LD));
2422 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR,
2427 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR,
3246 case PPC::LDX: III.ImmOpcode = PPC::LD; III.ImmMustBeMultipleOf = 4; break;
H A DPPCFastISel.cpp495 Opc = PPC::LD;
569 case PPC::LD: Opc = PPC::LDX; break;
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in47 LD = /usr/bin/ld
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2472 llvm::partition_point(LocDecls, [=](std::pair<unsigned, Decl *> LD) {
2473 return LD.first < Offset;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1389 LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(), local
1391 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.in277 LD = @LD@
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in291 LD = @LD@
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2070 linker: $LD (gnu? $with_gnu_ld)
9533 *\$LD\ *) wl= ;;
10122 # if reload_cmds runs $LD directly, get rid of -Wl from
10126 *\$LD[\ \$]*) wl= ;;
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.in542 LD = @LD@
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh2070 linker: $LD (gnu? $with_gnu_ld)
9533 *\$LD\ *) wl= ;;
10122 # if reload_cmds runs $LD directly, get rid of -Wl from
10126 *\$LD[\ \$]*) wl= ;;
/freebsd-11-stable/contrib/ntp/sntp/
H A DMakefile.in385 LD = @LD@
/freebsd-11-stable/contrib/file/
H A Dltmain.sh2073 linker: $LD (gnu? $with_gnu_ld)
9548 *\$LD\ *) wl= ;;
10137 # if reload_cmds runs $LD directly, get rid of -Wl from
10141 *\$LD[\ \$]*) wl= ;;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1267 Inst.setOpcode(Mips::LD);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h972 const Constant *getTargetConstantFromLoad(LoadSDNode *LD) const override;
/freebsd-11-stable/
H A DMakefile.inc1219 XBINUTILS= AS AR LD NM OBJCOPY OBJDUMP RANLIB SIZE STRINGS
572 AS="${XAS}" AR="${XAR}" LD="${XLD}" NM=${XNM} \
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh2070 linker: $LD (gnu? $with_gnu_ld)
9535 *\$LD\ *) wl= ;;
10124 # if reload_cmds runs $LD directly, get rid of -Wl from
10128 *\$LD[\ \$]*) wl= ;;
/freebsd-11-stable/contrib/gcc/
H A Dconfigure10489 test -z "$LD" && LD="$ac_prog"
10510 if test -z "$LD"; then
10528 acl_cv_path_LD="$LD" # Let the user override the test with a path.
10532 LD="$acl_cv_path_LD"
10533 if test -n "$LD"; then
10534 echo "$as_me:$LINENO: result: $LD" >&5
10535 echo "${ECHO_T}$LD" >&6
10540 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
10543 echo "$as_me:$LINENO: checking if the linker ($LD) i
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp186 auto *LD = readDeclAs<LabelDecl>(); local
187 LD->setStmt(S);
188 S->setDecl(LD);
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure3814 if test -n "$LD"; then
3815 ac_cv_prog_LD="$LD" # Let the user override the test.
3830 LD=$ac_cv_prog_LD
3831 if test -n "$LD"; then
3832 echo "$as_me:3832: result: $LD" >&5
3833 echo "${ECHO_T}$LD" >&6
3841 ac_ct_LD=$LD
3875 LD=$ac_ct_LD
3877 LD="$ac_cv_prog_LD"
5769 MK_SHARED_LIB='${LD}
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6872 Decl *LD = getDerived().TransformDecl(S->getDecl()->getLocation(),
6874 if (!LD)
6880 if (LD == S->getDecl())
6885 cast<LabelDecl>(LD), SourceLocation(),
7111 Decl *LD = getDerived().TransformDecl(S->getLabel()->getLocation(), local
7113 if (!LD)
7118 cast<LabelDecl>(LD));
10328 Decl *LD = getDerived().TransformDecl(E->getLabel()->getLocation(), local
10330 if (!LD)
10334 cast<LabelDecl>(LD));
[all...]
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure1374 # This works around the fact that libtool configuration may change LD
1376 # keeping the changes in LD private, export them just because LD is
1378 ### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
4053 test -z "$LD" && LD="$ac_prog"
4074 if test -z "$LD"; then
4092 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4096 LD="$lt_cv_path_LD"
4097 if test -n "$LD"; the
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2924 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, DstReg, DstReg,
2929 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, DstReg, GPReg,
2969 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, TmpReg, TmpReg,
3036 TOut.emitRRX(IsPtr64 ? Mips::LD : Mips::LW, TmpReg, GPReg,
3272 TOut.emitRRX(Mips::LD, ATReg, GPReg, MCOperand::createExpr(GotExpr),
3457 TOut.emitRRI(Mips::LD, FirstReg, TmpReg, 0, IDLoc, STI);
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh72 # linker: $LD (gnu? $with_gnu_ld)
768 s*\$LD*'"$LD"'*
8047 *\$LD\ *) wl= ;;
8635 # reload_cmds runs $LD directly, so let us get rid of

Completed in 682 milliseconds

<<11121314