Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h38 FixedStreamArray<FrameData> Frames; variable
58 std::vector<FrameData> Frames; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h38 FixedStreamArray<FrameData> Frames; variable
58 std::vector<FrameData> Frames; variable
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.cc49 std::vector<Traceback::Frame> Traceback::Frames() const { in Frames() function in xla::Traceback
/external/pigweed/pw_hdlc/
Ddocs.rst38 Frames section in Protocol Description
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeFunctionSymbol.cpp107 std::vector<SymIndexId> Frames; in findInlineFramesByVA() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dframe.cc160 const std::vector<int>& FrameView::Frames(const NodeDef& node) const { in Frames() function in tensorflow::grappler::FrameView
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp99 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp219 std::vector<YAMLFrameData> Frames; member
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp219 std::vector<YAMLFrameData> Frames; member
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h51 SmallVector<DILineInfo, 4> Frames; variable
/external/zstd/doc/
Dzstd_compression_format.md95 Frames section in Zstandard Compression Format
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp136 typedef std::vector<void *> Frames; typedef
138 typedef std::vector<void *> Frames; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h82 SmallVector<DILineInfo, 4> Frames; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h89 SmallVector<DILineInfo, 4> Frames; variable
/external/ImageMagick/coders/
Dmat.c890 unsigned Frames; in ReadMATImage() local
/external/webrtc/modules/video_coding/
Dpacket_buffer_unittest.cc277 TEST_F(PacketBufferTest, Frames) { in TEST_F() argument
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc67 using Frames = std::vector<Frame>; typedef