| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1940 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteDeclAbbrevs() 1976 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteDeclAbbrevs() 2136 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteDeclAbbrevs() 2165 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteDeclAbbrevs() 2171 Abv->Add(BitCodeAbbrevOp(serialization::DECL_VAR)); in WriteDeclAbbrevs() 2217 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteDeclAbbrevs() 2280 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteDeclAbbrevs() 2303 Abv->Add(BitCodeAbbrevOp(0)); // NonOdrUseReason in WriteDeclAbbrevs() 2360 Abv->Add(BitCodeAbbrevOp(0)); // PathSize in WriteDeclAbbrevs() 2369 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); in WriteDeclAbbrevs() [all …]
|
| H A D | ASTWriter.cpp | 540 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeAbbrevs() 1116 MetadataAbbrev->Add(BitCodeAbbrevOp(METADATA)); in WriteControlBlock() 1145 Abbrev->Add(BitCodeAbbrevOp(MODULE_NAME)); in WriteControlBlock() 1386 Abbrev->Add(BitCodeAbbrevOp(ORIGINAL_PCH_DIR)); in WriteControlBlock() 1428 IFAbbrev->Add(BitCodeAbbrevOp(INPUT_FILE)); in WriteInputFiles() 1440 IFHAbbrev->Add(BitCodeAbbrevOp(INPUT_FILE_HASH)); in WriteInputFiles() 2341 Abbrev->Add(BitCodeAbbrevOp(MACRO_OFFSET)); in WritePreprocessor() 2547 Abbrev->Add(BitCodeAbbrevOp(SUBMODULE_HEADER)); in WriteSubmodules() 2912 Abbrev->Add(BitCodeAbbrevOp(TYPE_OFFSET)); in WriteTypeDeclOffsets() 2925 Abbrev->Add(BitCodeAbbrevOp(DECL_OFFSET)); in WriteTypeDeclOffsets() [all …]
|
| /freebsd-13.1/contrib/bearssl/T0/ |
| H A D | WordBuilder.cs | 86 void Add(Opcode op) in Add() method in WordBuilder 88 Add(op, null); in Add() 93 code.Add(op); in Add() 94 toResolve.Add(refName); in Add() 184 Add(new OpcodeConst(v)); in Literal() 220 Add(new OpcodeCall(), target); in Call() 238 Add(new OpcodeCall(), target); in CallExt() 299 Add(new OpcodeRet()); in Ret() 309 Add(new OpcodeJumpUncond()); in Ahead() 320 Add(new OpcodeJumpIf()); in AheadIf() [all …]
|
| H A D | WordData.cs | 85 r.Add(blob); in GetDataBlocks() 92 dst.Add(new CodeElementUInt(0)); in GenerateCodeElements() 93 dst.Add(new CodeElementUIntInt(1, blob.Address + offset)); in GenerateCodeElements() 94 dst.Add(new CodeElementUInt(0)); in GenerateCodeElements()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 55 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_CONTAINER_INFO)); in setupMetaBlockInfo() 57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo() 67 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_REMARK_VERSION)); in setupMetaRemarkVersion() 86 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_STRTAB)); in setupMetaStrTab() 110 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_EXTERNAL_FILE)); in setupMetaExternalFile() 111 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Filename. in setupMetaExternalFile() 132 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_HEADER)); in setupRemarkBlockInfo() 146 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_DEBUG_LOC)); in setupRemarkBlockInfo() 159 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_HOTNESS)); in setupRemarkBlockInfo() 171 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_ARG_WITH_DEBUGLOC)); in setupRemarkBlockInfo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 30 category_sp->GetRegexTypeFormatsContainer()->Add( in AddFormat() 33 category_sp->GetTypeFormatsContainer()->Add(std::move(type_name), in AddFormat() 41 category_sp->GetRegexTypeSummariesContainer()->Add( in AddSummary() 44 category_sp->GetTypeSummariesContainer()->Add(std::move(type_name), in AddSummary() 54 category_sp->GetRegexTypeSummariesContainer()->Add( in AddStringSummary() 57 category_sp->GetTypeSummariesContainer()->Add(std::move(type_name), in AddStringSummary() 68 category_sp->GetRegexTypeSummariesContainer()->Add( in AddOneLineSummary() 82 category_sp->GetRegexTypeSummariesContainer()->Add( in AddCXXSummary() 97 category_sp->GetRegexTypeSyntheticsContainer()->Add( in AddCXXSynthetic() 112 category_sp->GetRegexTypeFiltersContainer()->Add( in AddFilter() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 222 if (!isAddConstantOp(Add, Incr)) in tryToCombine() 244 if (MoveTo == &Add) { in tryToCombine() 246 Add.getParent()->insertAfter(Add.getIterator(), &Ldst); in tryToCombine() 248 if (Result == &Add) in tryToCombine() 257 Add.eraseFromParent(); in tryToCombine() 269 MachineInstr *First = Add; in canJoinInstructions() 271 if (MDT->dominates(Ldst, Add)) in canJoinInstructions() 273 else if (!MDT->dominates(Add, Ldst)) in canJoinInstructions() 306 if (&MI == Ldst || &MI == Add) in canJoinInstructions() 312 if (MDT->dominates(Add, &MI)) in canJoinInstructions() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 543 case Instruction::Add: in getEncodedBinaryOpcode() 568 case AtomicRMWInst::Add: return bitc::RMW_ADD; in getEncodedRMWOperation() 864 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in writeTypeTable() 870 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in writeTypeTable() 1289 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo() 1296 Abbv->Add(BitCodeAbbrevOp(0)); in writeModuleInfo() 1318 Abbv->Add(AbbrevOpToUse); in writeModuleInfo() 3987 Abbv->Add(BitCodeAbbrevOp(bitc::FS_ALIAS)); in writePerModuleGlobalValueSummary() 4077 Abbv->Add(BitCodeAbbrevOp(bitc::FS_COMBINED)); in writeCombinedGlobalValueSummary() 4544 Abbv->Add(BitCodeAbbrevOp(Record)); in writeBlob() [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 191 * lock.c: Add page referance 225 * cert.c: Add doxygen. 304 * ks_p11.c: Add sha2 types. 622 * hx509.h: Add hx509_crl. 808 * hxtool.c: Add ca --crl-uri. 1951 * hx_locl.h: Add <ctype.h> 2023 * hxtool.c: Add ocsp_print. 2070 * Makefile.am: Add req.c 2247 * hx509.h: Add hx509_query. 2313 (_hx509_unparse_Name): Add. [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BuiltinGCs.cpp | 120 static GCRegistry::Add<ErlangGC> A("erlang", 122 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC"); 123 static GCRegistry::Add<ShadowStackGC> 125 static GCRegistry::Add<StatepointGC> D("statepoint-example", 127 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | CHANGES | 161 Add CONTRIBUTING file 189 AH: Add a bounds check 201 BOOTP: Add a bounds check 222 IGMP: Add a length check 423 Add MSDP printer. 559 Add ICMPv6 RFC 5006 support 566 Add support for RPL DIO 574 Add USB printer 575 Add printer for ForCES 1342 Add && and || operators [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 418 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev() 419 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev() 443 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION)); in EmitBlockInfoBlock() 444 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock() 461 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG)); in EmitBlockInfoBlock() 472 Abbrev->Add(BitCodeAbbrevOp(RECORD_CATEGORY)); in EmitBlockInfoBlock() 480 Abbrev->Add(BitCodeAbbrevOp(RECORD_SOURCE_RANGE)); in EmitBlockInfoBlock() 487 Abbrev->Add(BitCodeAbbrevOp(RECORD_DIAG_FLAG)); in EmitBlockInfoBlock() 496 Abbrev->Add(BitCodeAbbrevOp(RECORD_FILENAME)); in EmitBlockInfoBlock() 498 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size. in EmitBlockInfoBlock() [all …]
|
| /freebsd-13.1/contrib/libucl/ |
| H A D | ChangeLog.md | 46 - Add msgpack support for parser and emitter 47 - Add Canonical S-expressions parser for libucl 50 - Add 'nested' functionality to .include macro (by Allan Jude) 52 - Add new .load macro (by Allan Jude) 54 - Add merge strategies 55 - Add schema validation to lua API 56 - Add support for external references to schema validation 57 - Add coveralls integration to libucl 62 - Add Coverity scan integration 63 - Add fuzz tests [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | ChangeLog | 11 * Add utf8 <-> utf16 support. 46 * Add more built files so they are distributed. 50 * Makefile.am: Add LIB_com_err. 54 * Makefile.am: Add more built files. 56 * Makefile.am: Add unicode header files. 78 * Add partial support for LDAP-prep Insignificant Character Handling 95 * Add UCS-2 reading and writing functions 99 * Add and use com_err error codes 108 * utf8.c: Add wind_ucs4toutf8 112 * test-utf8.c: Add test for wind_ucs4toutf8. [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64ExternalSymbolizer.cpp | 167 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local 174 Add = MCSymbolRefExpr::create(Sym, Variant, Ctx); in tryAddingSymbolicOperand() 176 Add = MCSymbolRefExpr::create(Sym, Ctx); in tryAddingSymbolicOperand() 178 Add = MCConstantExpr::create(SymbolicOp.AddSymbol.Value, Ctx); in tryAddingSymbolicOperand() 200 if (Add) in tryAddingSymbolicOperand() 201 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); in tryAddingSymbolicOperand() 208 } else if (Add) { in tryAddingSymbolicOperand() 210 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); in tryAddingSymbolicOperand() 212 Expr = Add; in tryAddingSymbolicOperand()
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 26 - Add legal disclaimer to README 60 - Add fallthrough comments for gcc 774 - Add contrib/masmx64 [Vollant] 821 - Add contrib/dotzlib [Ravn] 884 - Add AS400 support [Monnerat] 927 - Add contrib/ada [Anisimkov] 930 - Add contrib/masm686 [Truta] 994 - Add some casts to minigzip.c 1007 - Add zlib.3 [Rodgers] 1022 - Add gzungetc() function [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | MCExternalSymbolizer.cpp | 89 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local 94 Add = MCSymbolRefExpr::create(Sym, Ctx); in tryAddingSymbolicOperand() 96 Add = MCConstantExpr::create((int)SymbolicOp.AddSymbol.Value, Ctx); in tryAddingSymbolicOperand() 118 if (Add) in tryAddingSymbolicOperand() 119 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); in tryAddingSymbolicOperand() 126 } else if (Add) { in tryAddingSymbolicOperand() 128 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); in tryAddingSymbolicOperand() 130 Expr = Add; in tryAddingSymbolicOperand()
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | CHANGES | 419 Add Myricom SNF API support 459 DLT: Add DLT_CAN_SOCKETCAN 460 DLT: Add Solaris ipnet 481 DLT: Add DLT_LINUX_EVDEV 482 DLT: Add DLT_GSMTAP_UM 483 DLT: Add DLT_GSMTAP_ABIS 489 DLT: Add IPMB 490 DLT: Add LAPD 492 DLT: Add JUNIPER_ST 529 Add Bluetooth support [all …]
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | Changes | 36 Add support for IBM's AIX 3.2.5 43 Add support for Wollongong Win-TCP (SysVr4 variant). 62 Add "min wait" option (mw) to cause bootpd to ignore 75 Add code to call "arp -s IPADDR HWADDR" on systems 121 Add missing MANDIR definition to Makefile. 151 Add getether support for NetBSD 170 Add /etc/ethers support for NetBSD. 225 Add null terminators to option strings. 226 Add missing symbols to dump routine, dump symbols 264 Add "sa" tag to set explicit server address. [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | SanitizerArgs.cpp | 223 Add &= ~TrapRemove; in parseSanitizeTrapArgs() 333 Add &= ~AllRemove; in SanitizerArgs() 344 Add &= ~InvalidTrappingKinds; in SanitizerArgs() 371 Add &= ~SanitizerKind::CFIMFCall; in SanitizerArgs() 381 Add &= Supported; in SanitizerArgs() 404 Add = expandSanitizerGroups(Add); in SanitizerArgs() 406 Add &= ~AllRemove; in SanitizerArgs() 409 Add &= ~InvalidTrappingKinds; in SanitizerArgs() 415 Add &= Supported; in SanitizerArgs() 417 if (Add & SanitizerKind::Fuzzer) in SanitizerArgs() [all …]
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 49 * kdc/digest.c: Add digest acl's 330 * lib/krb5/krb5_locl.h: Add plugin api 332 * lib/krb5/Makefile.am: Add plugin api. 345 * lib/krb5/krb5.h: Add struct krb5_pac. 534 * lib/krb5/Makefile.am: Add test_princ. 1055 * lib/krb5/krb5.h: Add digest glue. 1238 * kdc/krb5tgs.c: Add impersonation. 1305 * doc/ack.texi: Add Jason McIntyre. 1352 * doc/ack.texi: Add blob about imath. 1889 * lib/Makefile.am: Add hx509. [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 247 * Makefile.am: Add id-pkix-kp oids. 264 * kx509.asn1: Add kx509. 266 * Makefile.am: Add kx509. 268 * Add VisibleString parsing 272 * Makefile.am: Add ntlm files. 337 * Makefile.am: Add missing files 537 * rfc2459.asn1: Add id-Userid 539 * Makefile.am: Add UID and email 573 * rfc2459.asn1: Add ExtKeyUsage. 592 * Makefile.am: Add pkinit-san. [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 365 if (Add == nullptr || Add->getOpcode() != Instruction::Add) in getVarAndConst() 372 Summand = Add->getOperand(1); in getVarAndConst() 374 Summand = Add->getOperand(0); in getVarAndConst() 761 if (Add.first == nullptr) in tryCreateIncrementingGatScat() 763 Value *OffsetsIncoming = Add.first; in tryCreateIncrementingGatScat() 764 int64_t Immediate = Add.second; in tryCreateIncrementingGatScat() 810 if (Add.first == nullptr) in tryCreateIncrementingWBGatScat() 812 Value *OffsetsIncoming = Add.first; in tryCreateIncrementingWBGatScat() 813 int64_t Immediate = Add.second; in tryCreateIncrementingWBGatScat() 1062 case Instruction::Add: in optimiseOffsets() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 778 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 780 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 784 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 789 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 791 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 795 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 807 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 809 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 813 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() 818 cpp_category_sp->GetTypeSummariesContainer()->Add( in LoadLibStdcppFormatters() [all …]
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 62 - Add mallctl interfaces: 170 - Add mallctl interfaces: 560 - Add Cray compiler support. (@ronawho) 890 - Add support for additional platforms: 1033 - Add support for LinuxThreads. 1137 - Add the --enable-ivsalloc option. 1138 - Add the --without-export option. 1210 - Add support for cross compiling. 1215 - Add the "opt.prof_final" mallctl. 1217 - Add the --with-mangling option. [all …]
|