Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_basic_logging.cc48 struct alignas(16) StackEntry { struct
56 static_assert(sizeof(StackEntry) == 16, "Wrong size for StackEntry");
148 TLD.ShadowStack = reinterpret_cast<StackEntry *>( in getThreadLocalData()
149 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr, in getThreadLocalData()
150 alignof(StackEntry))); in getThreadLocalData()
185 StackEntry E; in InMemoryRawLog()
191 (sizeof(StackEntry) * (TLD.StackEntries - 1)); in InMemoryRawLog()
192 internal_memcpy(StackEntryPtr, &E, sizeof(StackEntry)); in InMemoryRawLog()
213 StackEntry StackTop; in InMemoryRawLog()
215 (sizeof(StackEntry) * TLD.StackEntries); in InMemoryRawLog()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp308 Instruction *StackEntry = in runOnFunction() local
318 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction()
325 StackEntry, 1 + I, "gc_root"); in runOnFunction()
343 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction()
345 StackEntry, 0, "gc_newhead"); in runOnFunction()
355 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp319 struct StackEntry { struct
333 DenseMap<Profile::ThreadID, std::vector<StackEntry>> ThreadStacks; in profileFromTrace()
360 std::mem_fn(&StackEntry::FuncId)); in profileFromTrace()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp51 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
52 using StackVector = SmallVector<StackEntry, 16>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4421 for (const auto &StackEntry : SemaRef.PackStack.Stack) { in WritePackPragmaOptions() local
4422 Record.push_back(StackEntry.Value); in WritePackPragmaOptions()
4423 AddSourceLocation(StackEntry.PragmaLocation, Record); in WritePackPragmaOptions()
4424 AddSourceLocation(StackEntry.PragmaPushLocation, Record); in WritePackPragmaOptions()
4425 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions()
/freebsd-12.1/contrib/gperf/
H A DChangeLog627 (StackEntry): Remove class.
740 (StackEntry): Remove field _collisions_so_far.
768 (StackEntry): New class.