| /external/oss-fuzz/infra/base-images/base-builder/ |
| D | llvmsymbol.diff | 1 diff --git a/llvm/lib/DebugInfo/Symbolize/CMakeLists.txt b/llvm/lib/DebugInfo/Symbolize/CMakeLists.… 3 --- a/llvm/lib/DebugInfo/Symbolize/CMakeLists.txt 4 +++ b/llvm/lib/DebugInfo/Symbolize/CMakeLists.txt 18 diff --git a/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp b/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp 20 --- a/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp 21 +++ b/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp 34 namespace symbolize {
|
| /external/openscreen/third_party/abseil/src/absl/debugging/ |
| D | symbolize_test.cc | 15 #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() 152 TEST(Symbolize, Cached) { in TEST() argument 165 TEST(Symbolize, Truncation) { in TEST() argument 184 TEST(Symbolize, SymbolizeWithDemangling) { in TEST() argument [all …]
|
| D | symbolize.h | 16 // 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);
|
| D | CMakeLists.txt | 43 symbolize 45 "symbolize.h" 46 "internal/symbolize.h" 48 "symbolize.cc" 83 absl::symbolize 104 absl::symbolize 140 absl::symbolize
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #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 …]
|
| D | CMakeLists.txt | 49 symbolize 51 "symbolize.h" 52 "internal/symbolize.h" 54 "symbolize.cc" 90 absl::symbolize 112 absl::symbolize 147 absl::symbolize
|
| D | symbolize.h | 16 // 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);
|
| /external/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #include "absl/debugging/symbolize.h" 55 // Functions to symbolize. Use C linkage to avoid mangled names. 132 // A wrapper function for absl::Symbolize() to make the unit test simple. The 134 // absl::Symbolize() returns false, otherwise returns try_symbolize_buffer with 135 // the result of absl::Symbolize(). 142 bool found = absl::Symbolize(pc, heap_buffer.get(), limit); in TrySymbolizeWithLimit() 147 << "absl::Symbolize() did not properly terminate the string"; in TrySymbolizeWithLimit() 176 TEST(Symbolize, Cached) { in TEST() argument 190 TEST(Symbolize, Truncation) { in TEST() argument 215 TEST(Symbolize, SymbolizeWithDemangling) { in TEST() argument [all …]
|
| D | CMakeLists.txt | 64 symbolize 66 "symbolize.h" 67 "internal/symbolize.h" 69 "symbolize.cc" 112 absl::symbolize 128 absl::symbolize 164 absl::symbolize
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #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 …]
|
| D | symbolize.h | 16 // 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);
|
| D | CMakeLists.txt | 63 symbolize 65 "symbolize.h" 66 "internal/symbolize.h" 68 "symbolize.cc" 104 absl::symbolize 126 absl::symbolize 161 absl::symbolize
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/ |
| D | symbolize_test.cc | 15 #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 …]
|
| D | CMakeLists.txt | 63 symbolize 65 "symbolize.h" 66 "internal/symbolize.h" 68 "symbolize.cc" 104 absl::symbolize 126 absl::symbolize 161 absl::symbolize
|
| /external/angle/third_party/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #include "absl/debugging/symbolize.h" 55 // Functions to symbolize. Use C linkage to avoid mangled names. 132 // A wrapper function for absl::Symbolize() to make the unit test simple. The 134 // absl::Symbolize() returns false, otherwise returns try_symbolize_buffer with 135 // the result of absl::Symbolize(). 142 bool found = absl::Symbolize(pc, heap_buffer.get(), limit); in TrySymbolizeWithLimit() 147 << "absl::Symbolize() did not properly terminate the string"; in TrySymbolizeWithLimit() 176 TEST(Symbolize, Cached) { in TEST() argument 190 TEST(Symbolize, Truncation) { in TEST() argument 215 TEST(Symbolize, SymbolizeWithDemangling) { in TEST() argument [all …]
|
| D | symbolize.h | 16 // 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);
|
| /external/libtextclassifier/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #include "absl/debugging/symbolize.h" 55 // Functions to symbolize. Use C linkage to avoid mangled names. 132 // A wrapper function for absl::Symbolize() to make the unit test simple. The 134 // absl::Symbolize() returns false, otherwise returns try_symbolize_buffer with 135 // the result of absl::Symbolize(). 142 bool found = absl::Symbolize(pc, heap_buffer.get(), limit); in TrySymbolizeWithLimit() 147 << "absl::Symbolize() did not properly terminate the string"; in TrySymbolizeWithLimit() 176 TEST(Symbolize, Cached) { in TEST() argument 190 TEST(Symbolize, Truncation) { in TEST() argument 215 TEST(Symbolize, SymbolizeWithDemangling) { in TEST() argument [all …]
|
| D | CMakeLists.txt | 64 symbolize 66 "symbolize.h" 67 "internal/symbolize.h" 69 "symbolize.cc" 112 absl::symbolize 128 absl::symbolize 164 absl::symbolize
|
| D | symbolize.h | 16 // 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);
|
| /external/cronet/third_party/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #include "absl/debugging/symbolize.h" 55 // Functions to symbolize. Use C linkage to avoid mangled names. 132 // A wrapper function for absl::Symbolize() to make the unit test simple. The 134 // absl::Symbolize() returns false, otherwise returns try_symbolize_buffer with 135 // the result of absl::Symbolize(). 142 bool found = absl::Symbolize(pc, heap_buffer.get(), limit); in TrySymbolizeWithLimit() 147 << "absl::Symbolize() did not properly terminate the string"; in TrySymbolizeWithLimit() 176 TEST(Symbolize, Cached) { in TEST() argument 190 TEST(Symbolize, Truncation) { in TEST() argument 215 TEST(Symbolize, SymbolizeWithDemangling) { in TEST() argument [all …]
|
| D | symbolize.h | 16 // 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);
|
| D | CMakeLists.txt | 64 symbolize 66 "symbolize.h" 67 "internal/symbolize.h" 69 "symbolize.cc" 112 absl::symbolize 128 absl::symbolize 164 absl::symbolize
|
| /external/webrtc/third_party/abseil-cpp/absl/debugging/ |
| D | symbolize_test.cc | 15 #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 …]
|
| D | CMakeLists.txt | 50 symbolize 52 "symbolize.h" 53 "internal/symbolize.h" 55 "symbolize.cc" 91 absl::symbolize 113 absl::symbolize 148 absl::symbolize
|
| D | symbolize.h | 16 // 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);
|