Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp47 struct alignas(16) StackEntry { struct
48 int32_t FuncId;
49 uint16_t Type;
50 uint8_t CPU;
51 uint8_t Padding;
52 uint64_t TSC;
/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp208 struct StackEntry { struct
209 unsigned NumIn;
210 unsigned NumOut;
211 bool IsSigned = false;
214 SmallVector<Value *, 2> ValuesToRelease;
216 StackEntry(unsigned NumIn, unsigned NumOut, bool IsSigned, in StackEntry() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp356 Instruction *StackEntry = in runOnFunction() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp36 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp486 struct StackEntry { in calculateBraceTypes() struct
487 FormatToken *Tok; in calculateBraceTypes()
488 const FormatToken *PrevTok; in calculateBraceTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4381 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { in WritePackPragmaOptions() local
4401 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local