Home
last modified time | relevance | path

Searched defs:StackEntry (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_basic_logging.cc48 struct alignas(16) StackEntry { struct
49 int32_t FuncId;
50 uint16_t Type;
51 uint8_t CPU;
52 uint8_t Padding;
53 uint64_t TSC;
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp51 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp308 Instruction *StackEntry = in runOnFunction() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4421 for (const auto &StackEntry : SemaRef.PackStack.Stack) { in WritePackPragmaOptions() local