/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugFrameDataSubsection.h | 35 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } in begin() 36 FixedStreamArray<FrameData>::Iterator end() const { return Frames.end(); } in end() 42 FixedStreamArray<FrameData> Frames; variable 58 void setFrames(ArrayRef<FrameData> Frames); 62 std::vector<FrameData> Frames; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugFrameDataSubsection.cpp | 28 if (auto EC = Reader.readArray(Frames, Count)) in initialize() 39 uint32_t Size = sizeof(FrameData) * Frames.size(); in calculateSerializedSize() 51 std::vector<FrameData> SortedFrames(Frames.begin(), Frames.end()); in commit() 61 Frames.push_back(Frame); in addFrameData()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 93 SmallVector<DILineInfo, 4> Frames; variable 101 assert(Index < Frames.size()); in getFrame() 102 return Frames[Index]; in getFrame() 106 assert(Index < Frames.size()); in getMutableFrame() 107 return &Frames[Index]; in getMutableFrame() 110 uint32_t getNumberOfFrames() const { return Frames.size(); } in getNumberOfFrames() 112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame() 114 void resize(unsigned i) { Frames.resize(i); } in resize()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeFunctionSymbol.cpp | 111 std::vector<SymIndexId> Frames; in findInlineFramesByVA() local 128 Frames.insert(Frames.begin(), Id); in findInlineFramesByVA() 146 return std::make_unique<NativeEnumSymbols>(Session, std::move(Frames)); in findInlineFramesByVA()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 81 for (const auto &Frames : Record.CallSites) { in serializedSizeV0() local 84 Result += Frames.size() * sizeof(FrameId); in serializedSizeV0() 147 for (const auto &Frames : Record.CallSites) { in serializeV0() local 148 LE.write<uint64_t>(Frames.size()); in serializeV0() 149 for (const FrameId &Id : Frames) in serializeV0() 244 llvm::SmallVector<FrameId> Frames; in deserializeV0() local 245 Frames.reserve(NumFrames); in deserializeV0() 249 Frames.push_back(Id); in deserializeV0() 251 Record.CallSites.push_back(Frames); in deserializeV0() 252 Record.CallSiteIds.push_back(hashCallStack(Frames)); in deserializeV0()
|
H A D | MemProfReader.cpp | 506 const SmallVector<FrameId> &Frames = SymbolizedFrame[Address]; in mapRawProfileToRecords() local 508 assert(!idToFrame(Frames.back()).IsInlineFrame && in mapRawProfileToRecords() 514 for (size_t J = 0; J < Frames.size(); J++) { in mapRawProfileToRecords() 521 const GlobalValue::GUID Guid = idToFrame(Frames[J]).Function; in mapRawProfileToRecords() 522 PerFunctionCallSites[Guid].insert(&Frames); in mapRawProfileToRecords() 526 Callstack.append(Frames.begin(), Frames.end()); in mapRawProfileToRecords()
|
H A D | InstrProfWriter.cpp | 288 auto [Iter, Inserted] = MemProfData.Frames.insert({Id, Frame}); in addMemProfFrame() 392 MemProfData.Frames.reserve(IPW.MemProfData.Frames.size()); in mergeRecordsFromWriter() 393 for (auto &[FrameId, Frame] : IPW.MemProfData.Frames) { in mergeRecordsFromWriter() 611 uint64_t FrameTableOffset = writeMemProfFrames(OS, MemProfData.Frames); in writeMemProfV0() 646 uint64_t FrameTableOffset = writeMemProfFrames(OS, MemProfData.Frames); in writeMemProfV1() 689 uint64_t FrameTableOffset = writeMemProfFrames(OS, MemProfData.Frames); in writeMemProfV2() 733 assert(MemProfData.Frames.size() == FrameHistogram.size()); in writeMemProfV3() 736 writeMemProfFrameArray(OS, MemProfData.Frames, FrameHistogram); in writeMemProfV3()
|
H A D | SampleProfWriter.cpp | 402 auto Frames = Context.getContextFrames(); in writeCSNameTableSection() local 403 encodeULEB128(Frames.size(), OS); in writeCSNameTableSection() 404 for (auto &Callsite : Frames) { in writeCSNameTableSection()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() local 109 if (!Frames || Frames->getChildCount() == 0) { in getInliningInfoForAddress() 114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 486 std::vector<Frame> Frames; in MemProfRecord() local 488 Frames.push_back(IdToFrameCallback(Id)); in MemProfRecord() 490 CallSites.push_back(Frames); in MemProfRecord() 504 for (const std::vector<Frame> &Frames : CallSites) { in print() local 505 for (const Frame &F : Frames) { in print() 858 std::vector<Frame> Frames; in operator() local 865 Frames.reserve(CS.size()); in operator() 867 Frames.push_back(FrameIdToFrame(Id)); in operator() 869 return Frames; in operator() 900 std::vector<Frame> Frames; in operator() local [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | README | 165 Jumbo Frames 167 Jumbo Frames support is enabled by changing the Maximum Transmission Unit (MTU) 181 NOTE: The maximum MTU setting for Jumbo Frames is 16110. This value coincides 182 with the maximum Jumbo Frames size of 16132 bytes. 191 NOTE: Some Intel gigabit adapters that support Jumbo Frames have a frame size 217 NOTE: The following adapters limit Jumbo Frames sized packets to a maximum of 221 - The following adapters do not support Jumbo Frames: 238 - Jumbo Frames cannot be configured on an 82579-based Network device if 375 with Jumbo Frames.
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 217 const DebugFrameDataSubsectionRef &Frames); 219 std::vector<YAMLFrameData> Frames; member 362 IO.mapRequired("Frames", Frames); in map() 514 for (const auto &YF : Frames) { in toCodeViewSubsection() 710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection() argument 712 for (const auto &F : Frames) { in fromCodeViewSubsection() 731 Result->Frames.push_back(YF); in fromCodeViewSubsection() 872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData() argument 874 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData() [all...] |
/freebsd/lib/libc/net/ |
H A D | protocols | 100 ax.25 93 AX.25 # AX.25 Frames
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl-fman.txt | 130 Frames internal context
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 83 - [Frames](#frames) 95 Frames section in Zstandard Compression Format 347 (see [Zstandard Frames](#zstandard-frames)). 958 Skippable Frames
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | BEGEMOT-WIRELESS-MIB.txt | 633 Frames is enabled when when communicating with another Fast 634 Frames-capable station. The value is only meaningful for 635 interfaces that support Atheros Fast Frames."
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 255 - add Service-Type (= Frames)
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1178 support for decoding IS-IS inside Cisco HDLC Frames
|
/freebsd/share/misc/ |
H A D | usb_vendors | 8990 0143 Multiple Frames Film Scanner-36series
|