Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp28 for (const auto &Frames : CallSites) { serialize() local
65 llvm::SmallVector<FrameId> Frames; deserialize() local
[all...]
H A DRawMemProfReader.cpp
H A DSampleProfWriter.cpp402 auto Frames = Context.getContextFrames(); in writeCSNameTableSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp111 std::vector<SymIndexId> Frames; in findInlineFramesByVA() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h357 for (const auto &Frames : CallSites) { serializedSize() local
415 llvm::SmallVector<Frame> Frames; MemProfRecord() local
433 for (const llvm::SmallVector<Frame> &Frames : CallSites) { print() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp219 std::vector<YAMLFrameData> Frames; member
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/freebsd-src/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md95 Frames section in Zstandard Compression Format
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h93 SmallVector<DILineInfo, 4> Frames; variable