/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_basic_logging.cpp | 47 struct alignas(16) StackEntry { struct 55 static_assert(sizeof(StackEntry) == 16, "Wrong size for StackEntry"); 147 TLD.ShadowStack = reinterpret_cast<StackEntry *>( in getThreadLocalData() 148 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr, in getThreadLocalData() 149 alignof(StackEntry))); in getThreadLocalData() 184 StackEntry E; in InMemoryRawLog() 190 (sizeof(StackEntry) * (TLD.StackEntries - 1)); in InMemoryRawLog() 191 internal_memcpy(StackEntryPtr, &E, sizeof(StackEntry)); in InMemoryRawLog() 212 StackEntry StackTop; in InMemoryRawLog() 214 (sizeof(StackEntry) * TLD.StackEntries); in InMemoryRawLog() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 356 Instruction *StackEntry = in runOnFunction() local 366 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction() 373 StackEntry, 1 + I, "gc_root"); in runOnFunction() 391 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction() 393 StackEntry, 0, "gc_newhead"); in runOnFunction() 403 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 209 struct StackEntry { argument 217 StackEntry(unsigned NumIn, unsigned NumOut, bool IsSigned, in StackEntry() 310 unsigned NumOut, SmallVectorImpl<StackEntry> &DFSInStack); 333 SmallVectorImpl<StackEntry> &DFSInStack); 838 unsigned NumOut, SmallVectorImpl<StackEntry> &DFSInStack) { in transferToOtherSystem() 1479 removeEntryFromStack(const StackEntry &E, ConstraintInfo &Info, in addFact() 1482 SmallVectorImpl<StackEntry> &DFSInStack) { in addFact() 1499 SmallVectorImpl<StackEntry> &DFSInStack) { in addFact() 1547 StackEntry E = DFSInStack.back(); in replaceSubOverflowUses() 1556 SmallVectorImpl<StackEntry> in replaceSubOverflowUses() 208 struct StackEntry { global() struct 210 NumOut__anon74ef54230111::StackEntry global() argument 211 IsSigned__anon74ef54230111::StackEntry global() argument 214 ValuesToRelease__anon74ef54230111::StackEntry global() argument 216 StackEntry__anon74ef54230111::StackEntry StackEntry() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Profile.cpp | 319 struct StackEntry { struct 333 DenseMap<Profile::ThreadID, std::vector<StackEntry>> ThreadStacks; in profileFromTrace() 360 std::mem_fn(&StackEntry::FuncId)); in profileFromTrace() 320 Timestampllvm::xray::__anon610711460411::StackEntry global() argument 321 FuncIdllvm::xray::__anon610711460411::StackEntry global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 36 using StackEntry = std::pair<BasicBlock *, Value *>; typedef 37 using StackVector = SmallVector<StackEntry, 16>;
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4609 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { in ASTWriter() 4610 AddAlignPackInfo(StackEntry.Value, Record); in ASTWriter() 4611 AddSourceLocation(StackEntry.PragmaLocation, Record); in ASTWriter() 4612 AddSourceLocation(StackEntry.PragmaPushLocation, Record); in ASTWriter() 4613 AddString(StackEntry.StackSlotLabel, Record); 4629 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteAST() 4630 Record.push_back(StackEntry.Value.getAsOpaqueInt()); in WriteAST() 4631 AddSourceLocation(StackEntry.PragmaLocation, Record); in WriteAST() 4632 AddSourceLocation(StackEntry.PragmaPushLocation, Record); in WriteAST() 4633 AddString(StackEntry in WriteAST() 4381 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { WritePackPragmaOptions() local 4401 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { WriteFloatControlPragmaOptions() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 497 struct StackEntry { in calculateBraceTypes() 501 SmallVector<StackEntry, 8> LBraceStack; in calculateBraceTypes() 486 struct StackEntry { calculateBraceTypes() struct 487 Tokclang::format::UnwrappedLineParser::calculateBraceTypes::StackEntry calculateBraceTypes() argument 488 PrevTokclang::format::UnwrappedLineParser::calculateBraceTypes::StackEntry calculateBraceTypes() argument
|