Home
last modified time | relevance | path

Searched defs:Frames (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md257 ### Frames subsection
297 #### Pkts
308 #### Spec
323 #### Notes
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp111 std::vector<SymIndexId> Frames; in findInlineFramesByVA() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp81 for (const auto &Frames : Record.CallSites) { in serializedSizeV0() local
147 for (const auto &Frames : Record.CallSites) { in serializeV0() local
244 llvm::SmallVector<FrameId> Frames; in deserializeV0() local
H A DMemProfReader.cpp506 const SmallVector<FrameId> &Frames = SymbolizedFrame[Address]; in mapRawProfileToRecords() local
H A DSampleProfWriter.cpp402 auto Frames = Context.getContextFrames(); in writeCSNameTableSection() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h486 std::vector<Frame> Frames; in MemProfRecord() local
504 for (const std::vector<Frame> &Frames : CallSites) { in print() local
858 std::vector<Frame> Frames; in operator() local
900 std::vector<Frame> Frames; in operator() local
936 llvm::MapVector<FrameId, Frame> Frames; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp219 std::vector<YAMLFrameData> Frames; member
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection() argument
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData() argument
[all...]
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md95 Frames section in Zstandard Compression Format
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h93 SmallVector<DILineInfo, 4> Frames; variable