Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp209 struct StackEntry { struct
210 unsigned NumIn;
211 unsigned NumOut;
212 bool IsSigned = false;
215 SmallVector<Value *, 2> ValuesToRelease;
217 StackEntry(unsigned NumIn, unsigned NumOut, bool IsSigned, in StackEntry() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp321 Instruction *StackEntry = runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp36 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp497 struct StackEntry { in calculateBraceTypes() struct
498 Tokclang::format::UnwrappedLineParser::calculateBraceTypes::StackEntry calculateBraceTypes() argument
499 PrevTokclang::format::UnwrappedLineParser::calculateBraceTypes::StackEntry calculateBraceTypes() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4609 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { in WritePackPragmaOptions() local
4629 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local