| /freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | ModuleSummaryIndex.h | 404 std::vector<MIBInfo> MIBs; 410 AllocInfo(std::vector<MIBInfo> MIBs) : MIBs(std::move(MIBs)) { 413 AllocInfo(SmallVector<uint8_t> Versions, std::vector<MIBInfo> MIBs) 414 : Versions(std::move(Versions)), MIBs(std::move(MIBs)) {} 427 for (auto &M : AE.MIBs) {
|
| /freebsd-head/contrib/ntp/ntpsnmpd/ |
| HD | README | 13 (which should output a lot of data values for the supported built-in MIBs of net-snmp)
|
| /freebsd-head/contrib/bsnmp/snmp_mibII/ |
| HD | BEGEMOT-IP-MIB.txt | 56 "The MIB for IP stuff that is not in the official IP MIBs."
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ModuleSummaryAnalysis.cpp | 521 std::vector<MIBInfo> MIBs; in computeFunctionSummary() local 540 MIBs.push_back( in computeFunctionSummary() 548 Allocs.push_back(AllocInfo(std::move(MIBs))); in computeFunctionSummary() 550 assert(Allocs.back().MIBs.size() == TotalSizes.size()); in computeFunctionSummary()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | MemProfContextDisambiguation.cpp | 1757 if (AN.MIBs.empty()) in IndexCallsiteContextGraph() 1768 AN.TotalSizes.size() == AN.MIBs.size()); in IndexCallsiteContextGraph() 1770 for (auto &MIB : AN.MIBs) { in IndexCallsiteContextGraph() 3689 auto MIBIter = AllocNode.MIBs.begin(); in applyImport() 3691 assert(MIBIter != AllocNode.MIBs.end()); in applyImport()
|
| /freebsd-head/contrib/wpa/wpa_supplicant/doc/docbook/ |
| HD | wpa_cli.sgml | 41 security mode, dot11 and dot1x MIBs, etc. In addition, it can
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| HD | LLParser.h | 439 bool parseMemProfs(std::vector<MIBInfo> &MIBs);
|
| /freebsd-head/share/mk/ |
| HD | bsd.README | 490 execute smilint on the MIBs defined by BMIBS. 530 SMIPATH A colon-separated directory path where MIBs definitions
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 7995 std::vector<MIBInfo> MIBs; in parseEntireSummary() local 8012 MIBs.push_back(MIBInfo(AllocType, std::move(StackIdList))); in parseEntireSummary() 8022 PendingAllocs.push_back(AllocInfo(std::move(MIBs))); in parseEntireSummary() 8024 assert(PendingAllocs.back().MIBs.size() == TotalSizes.size()); in parseEntireSummary() 8032 std::vector<MIBInfo> MIBs; in parseEntireSummary() local 8047 MIBs.push_back(MIBInfo(AllocType, std::move(StackIdList))); in parseEntireSummary() 8063 AllocInfo(std::move(Versions), std::move(MIBs))); in parseEntireSummary() 8065 assert(PendingAllocs.back().MIBs.size() == TotalSizes.size()); in parseEntireSummary()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 518 for (auto &MIB : AI.MIBs) in IndexBitcodeWriter() 4194 Record.push_back(AI.MIBs.size()); in writeFunctionHeapProfileRecords() 4197 for (auto &MIB : AI.MIBs) { in writeFunctionHeapProfileRecords() 4207 assert(AI.TotalSizes.empty() || AI.TotalSizes.size() == AI.MIBs.size()); in writeFunctionHeapProfileRecords()
|
| /freebsd-head/contrib/tcpdump/ |
| HD | configure.in | 102 [ --with-smi link with libsmi (allows to load MIBs on the fly to decode SNMP packets.…
|
| HD | configure.ac | 87 …[link with libsmi (allows to load MIBs on the fly to decode SNMP packets) [default=yes, if availab…
|
| HD | CHANGES | 1328 - If compiled with libsmi, tcpdump can load MIBs on the fly to decode
|
| /freebsd-head/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 10464 std::vector<MIBInfo> MIBs; in parseOptionalAllocs() local 10465 if (parseMemProfs(MIBs)) in parseOptionalAllocs() 10468 Allocs.push_back({Versions, MIBs}); in parseOptionalAllocs() 10485 bool LLParser::parseMemProfs(std::vector<MIBInfo> &MIBs) { in parseMemProfs() argument 10521 MIBs.push_back({(AllocationType)AllocType, StackIdIndices}); in parseMemProfs()
|
| /freebsd-head/contrib/wpa/wpa_supplicant/ |
| HD | README | 689 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
|
| /freebsd-head/contrib/llvm-project/llvm/lib/IR/ |
| HD | AsmWriter.cpp | 3401 for (auto &MIB : AI.MIBs) { in printFunctionSummary()
|
| /freebsd-head/contrib/wpa/hostapd/ |
| HD | ChangeLog | 1263 * started adding dot11, dot1x, radius MIBs ('hostapd_cli mib',
|