Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp233 struct StackEntry { struct
234 unsigned NumIn;
235 unsigned NumOut;
236 CmpInst *Condition;
237 bool IsNot;
239 StackEntry(unsigned NumIn, unsigned NumOut, CmpInst *Condition, bool IsNot) in StackEntry() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp320 Instruction *StackEntry = in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp35 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4083 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { in WritePackPragmaOptions() local
4103 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local