Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dcrashlog-stacktraces.c18 int i, frames = backtrace(callstack, 128); in death_function() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dprobe_process.py64 def main_on_stack(Symbols, frames): argument
/llvm-project-15.0.7/mlir/lib/IR/
H A DLocation.cpp75 CallSiteLoc CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp84 SymbolizedStack *frames = symbolizer->SymbolizePC(addr); in IsStackTraceSuppressed() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp28 std::vector<uptr> frames(kStackTraceMax); in ForEachTrace() local
184 std::vector<uptr> frames(200); in TEST_P() local
H A Dsanitizer_stackdepot_test.cpp178 std::vector<uptr> frames(64); in TEST_P() local
/llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp151 const Frames &frames) in FDEvent()
289 void *frames[2048]; in get_backtrace() local
441 Frames frames; in backtrace_log() local
461 Frames frames; in backtrace_error() local
470 Frames frames; in save_backtrace() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp161 InternalMmapVector<backtrace_frame_t> frames(kStackTraceMax); in UnwindSlow() local
H A Dsanitizer_stacktrace_libcdep.cpp35 SymbolizedStack *frames = symbolize_ in ProcessAddressFrames() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp170 StackFrameListSP frames = GetStackFrameList(); in LoadArtificialStackFrames() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_report.h41 SymbolizedStack *frames = nullptr; member
H A Dtsan_report.cpp300 static SymbolizedStack *SkipTsanInternalFrames(SymbolizedStack *frames) { in SkipTsanInternalFrames()
H A Dtsan_rtl_report.cpp50 static void StackStripMain(SymbolizedStack *frames) { in StackStripMain()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h41 SymbolizedStack *frames = nullptr; member
H A Dtsan_report.cpp294 static SymbolizedStack *SkipTsanInternalFrames(SymbolizedStack *frames) { in SkipTsanInternalFrames()
H A Dtsan_rtl_report.cpp50 static void StackStripMain(SymbolizedStack *frames) { in StackStripMain()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp217 SmallVector<Frame, 2> frames; in getSetDifference() local
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp182 uptr frames = Min((uptr)flags()->stack_history_size, sa->size()); in PrintStackAllocations() local
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp185 mach_vm_address_t frames[MAX_FRAMES]; member
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.cpp145 SymbolizedStack *frames = Symbolizer::GetOrInit()->SymbolizePC(addr); in GetSuppressionForAddr() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2408 DefaultingPyMlirContext context) { in populateIRCore()