Home
last modified time | relevance | path

Searched full:symbolize (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_test.cc15 #include "absl/debugging/symbolize.h"
46 // Functions to symbolize. Use C linkage to avoid mangled names.
122 // A wrapper function for absl::Symbolize() to make the unit test simple. The
124 // absl::Symbolize() returns false, otherwise returns try_symbolize_buffer with
125 // the result of absl::Symbolize().
132 bool found = absl::Symbolize(pc, heap_buffer.get(), limit); in TrySymbolizeWithLimit()
135 "absl::Symbolize() did not properly terminate the string"); in TrySymbolizeWithLimit()
166 TEST(Symbolize, Cached) { in TEST() argument
179 TEST(Symbolize, Truncation) { in TEST() argument
198 TEST(Symbolize, SymbolizeWithDemangling) { in TEST() argument
[all …]
DCMakeLists.txt45 symbolize
47 "symbolize.h"
48 "internal/symbolize.h"
50 "symbolize.cc"
86 absl::symbolize
107 absl::symbolize
143 absl::symbolize
Dsymbolize.h16 // File: symbolize.h
27 // * By calling `Symbolize()` directly on a program counter you obtain through
30 // * By calling `Symbolize()` directly on a program counter you obtain through
55 #include "absl/debugging/internal/symbolize.h"
75 // Symbolize()
89 // if (absl::Symbolize(pc, tmp, sizeof(tmp))) {
94 bool Symbolize(const void *pc, char *out, int out_size);
DBUILD.bazel57 name = "symbolize",
59 "symbolize.cc",
67 "internal/symbolize.h",
68 "symbolize.h",
104 ":symbolize",
128 ":symbolize",
165 ":symbolize",
DBUILD.gn31 absl_source_set("symbolize") {
33 "symbolize.cc",
41 "internal/symbolize.h",
42 "symbolize.h",
67 ":symbolize",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h1 //===- Symbolize.h ----------------------------------------------*- C++ -*-===//
16 #include "llvm/DebugInfo/Symbolize/SymbolizableModule.h"
30 namespace symbolize {
134 } // end namespace symbolize
DSymbolizableModule.h19 namespace symbolize {
46 } // end namespace symbolize
DDIPrinter.h1 //===- llvm/DebugInfo/Symbolize/DIPrinter.h ---------------------*- C++ -*-===//
25 namespace symbolize {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DCMakeLists.txt4 Symbolize.cpp
7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/Symbolize
DDIPrinter.cpp1 //===- lib/DebugInfo/Symbolize/DIPrinter.cpp ------------------------------===//
14 #include "llvm/DebugInfo/Symbolize/DIPrinter.h"
31 namespace symbolize { namespace
154 } // end namespace symbolize
DSymbolizableObjectFile.h17 #include "llvm/DebugInfo/Symbolize/SymbolizableModule.h"
29 namespace symbolize {
94 } // end namespace symbolize
DLLVMBuild.txt1 ;===- ./lib/DebugInfo/Symbolize/LLVMBuild.txt ------------------*- Conf -*--===;
19 name = Symbolize
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
DPerf-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN.json192 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
195 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
197 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json192 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
195 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
197 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
DTest-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json187 "ASAN_OPTIONS": "symbolize=1",
190 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
192 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
/third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
DTest-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json202 "ASAN_OPTIONS": "symbolize=1",
205 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
207 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
DPerf-Win2019-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json207 "ASAN_OPTIONS": "symbolize=1",
210 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
212 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
DPerf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json207 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
210 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
212 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
DTest-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan.json207 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1 fast_unwind_on_malloc=0",
211 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 fast_unwind_on_malloc=0",
213 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1",
/third_party/flutter/skia/infra/bots/recipes/perf.expected/
DPerf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json197 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
200 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
202 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"
/third_party/skia/infra/bots/recipe_modules/flavor/
Ddefault.py193 env['ASAN_OPTIONS'] = 'symbolize=1'
195 env['ASAN_OPTIONS'] = 'symbolize=1 detect_leaks=1'
196 env[ 'LSAN_OPTIONS'] = 'symbolize=1 print_suppressions=1'
197 env['UBSAN_OPTIONS'] = 'symbolize=1 print_stacktrace=1'
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Ddefault.py247 env['ASAN_OPTIONS'] = 'symbolize=1' # Mac doesn't support detect_leaks.
249 env['ASAN_OPTIONS'] = 'symbolize=1 detect_leaks=1'
250 env[ 'LSAN_OPTIONS'] = 'symbolize=1 print_suppressions=1'
251 env['UBSAN_OPTIONS'] = 'symbolize=1 print_stacktrace=1'
/third_party/skia/third_party/externals/abseil-cpp/CMake/
DAbseilDll.cmake101 "debugging/symbolize.cc"
102 "debugging/symbolize.h"
114 "debugging/internal/symbolize.h"
347 "symbolize"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/
DMCSymbolizer.h10 // to symbolize instructions decoded from an object, that is, transform their
29 /// Symbolize and annotate disassembled instructions.
/third_party/flutter/skia/infra/bots/recipes/test.expected/
DTest-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json538 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
541 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
543 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1"

1234