Home
last modified time | relevance | path

Searched refs:mangled_name (Results 1 – 23 of 23) sorted by relevance

/external/libcxx/test/support/
Ddemangle.h30 inline std::string demangle(const char* mangled_name) { in demangle() argument
31 return mangled_name; in demangle()
35 inline std::string demangle(const char* mangled_name) { in demangle() argument
37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status); in demangle()
43 return mangled_name; in demangle()
/external/bcc/tests/python/
Dtest_debuginfo.py66 self.assertEqual(sym, self.mangled_name)
78 self.mangled_name)
88 self.mangled_name = line.split(b' ')[2]
90 self.assertTrue(self.mangled_name)
114 self.mangled_name = line.split(b' ')[2]
116 self.assertTrue(self.mangled_name)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_new_delete.cc27 #define OPERATOR_NEW_BODY(mangled_name) \ argument
32 SCOPED_INTERCEPTOR_RAW(mangled_name, size); \
62 #define OPERATOR_DELETE_BODY(mangled_name) \ argument
67 SCOPED_INTERCEPTOR_RAW(mangled_name, ptr); \
/external/python/cffi/c/
Dmisc_win32.h214 char *mangled_name = alloca(1 + strlen(symbol) + 1 + 3 + 1); in dlsym() local
215 if (!mangled_name) in dlsym()
218 sprintf(mangled_name, "_%s@%d", symbol, i * 4); in dlsym()
219 address = GetProcAddress((HMODULE)handle, mangled_name); in dlsym()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Demangle/
DDemangle.h28 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
30 char *microsoftDemangle(const char *mangled_name, char *buf, size_t *n,
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll26 ; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]…
27 ; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: …
28 …rror: {{.*}}bad_discriminator_value.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1…
29 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dsyntax.ll26 ; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]…
27 ; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: …
28 …rror: {{.*}}bad_discriminator_value.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1…
29 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc157 current_function_info_->mangled_name = data; in ProcessAttributeString()
209 current_function_info_->mangled_name = iter->second->mangled_name; in ProcessAttributeReference()
Dfunctioninfo.h52 string mangled_name; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Demangle/
DDemangle.h26 char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
/external/libcxxabi/fuzz/
Dcxa_demangle_fuzzer.cpp6 __cxa_demangle(const char *mangled_name, char *buf, size_t *n, int *status);
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py843 mangled_name = ''
847 mangled_name += chr(ord('0') + size_key)
849 mangled_name += chr(ord('A') + size_key - 10)
850 mangled_name += get_basic_mangled_name(self.data['basic'])
852 mangled_name += 'x' + str(self.data['arraySize'])
853 return mangled_name
1170 mangled_name = function_name + '('
1172 mangled_name += param.get_mangled_name()
1173 return mangled_name
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc205 const char* mangled_name,
213 const string &mangled_name);
434 const char* mangled_name, in DefineFunction() argument
455 if (mangled_name) in DefineFunction()
458 mangled_name); in DefineFunction()
469 const string &mangled_name) { in DeclarationDIE() argument
476 if (!mangled_name.empty()) in DeclarationDIE()
479 mangled_name); in DeclarationDIE()
/external/elfutils/lib/
Dsystem.h145 extern char *__cxa_demangle (const char *mangled_name, char *output_buffer,
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py152 mangled_name = name.replace("/", "__")
153 output_path = "%s%s" % (test_env, mangled_name)
/external/libcxxabi/include/
Dcxxabi.h145 extern _LIBCXXABI_FUNC_VIS char *__cxa_demangle(const char *mangled_name,
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4221 char *llvm::itaniumDemangle(const char *mangled_name, char *buf, size_t *n, in itaniumDemangle() argument
4223 if (mangled_name == nullptr || (buf != nullptr && n == nullptr)) { in itaniumDemangle()
4229 size_t len = std::strlen(mangled_name); in itaniumDemangle()
4230 if (len < 2 || strncmp(mangled_name, "_Z", 2)) { in itaniumDemangle()
4231 if (len < 4 || strncmp(mangled_name, "___Z", 4)) { in itaniumDemangle()
4242 demangle(mangled_name, mangled_name + len, db, internal_status); in itaniumDemangle()
4249 demangle(mangled_name, mangled_name + len, db, internal_status); in itaniumDemangle()
/external/libchrome/base/android/jni_generator/
Djni_generator.py580 mangled_name = name + '_'.join(mangled_items)
581 assert re.match(r'[0-9a-zA-Z_]+', mangled_name)
582 return mangled_name
/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py454 assert foo.mangled_name in ('_Z3fooii', '__Z3fooii', '?foo@@YAHHH')
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp460 extern "C" char *__cxa_demangle(const char *mangled_name, char *output_buffer,
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3366 char *mangled_name; in FindAddress() local
3388 mangled_name = alloca(strlen(name) + 1 + 1 + 1 + 3); /* \0 _ @ %d */ in FindAddress()
3389 if (!mangled_name) in FindAddress()
3392 sprintf(mangled_name, "_%s@%d", name, i*4); in FindAddress()
3394 address = (PPROC)GetProcAddress(handle, mangled_name); in FindAddress()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3290 char *mangled_name; in FindAddress()
3310 mangled_name = alloca(strlen(name) + 1 + 1 + 1 + 3); /* \0 _ @ %d */ in FindAddress()
3311 if (!mangled_name) in FindAddress()
3314 sprintf(mangled_name, "_%s@%d", name, i*4); in FindAddress()
3315 address = (PPROC)GetProcAddress(handle, mangled_name); in FindAddress()
/external/clang/bindings/python/clang/
Dcindex.py1296 def mangled_name(self): member in Cursor