Home
last modified time | relevance | path

Searched defs:mangled_name (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/libcxx/test/support/
H A Ddemangle.h30 inline std::string demangle(const char* mangled_name) { in demangle()
35 inline std::string demangle(const char* mangled_name) { in demangle()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cc27 #define OPERATOR_NEW_BODY(mangled_name) \ argument
62 #define OPERATOR_DELETE_BODY(mangled_name) \ argument
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dabi_wrappers.cpp102 std::string mangled_name; in GetMangledNameDecl() local
250 static std::string GetAnonymousEnumUniqueId(llvm::StringRef mangled_name, in GetAnonymousEnumUniqueId()
329 std::string mangled_name = GetTypeUniqueId(canonical_type); in CreateBasicNamedAndTypedDecl() local
976 std::string mangled_name = in SetupGlobalVar() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dfunction.rs83 mangled_name: Option<String>, field
124 pub(crate) fn mangled_name(&self) -> Option<&str> { in mangled_name() method
804 let mangled_name = cursor_mangling(context, &cursor); in parse() localVariable
Dvar.rs39 mangled_name: Option<String>, field
92 pub(crate) fn mangled_name(&self) -> Option<&str> { in mangled_name() method
/aosp_15_r20/external/cronet/buildtools/third_party/libc++abi/
H A Dcxa_demangle_stub.cc17 _LIBCXXABI_WEAK char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Ddemangle.cc43 std::unique_ptr<char, base::FreeDeleter> Demangle(const char* mangled_name) { in Demangle()
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DNameMangler_test.cpp29 std::string mangled_name = NameMangler::MangleEntry(package, name); in TEST() local
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DELFBinaryReader.cpp81 std::string mangled_name = pInput.path().filename().native(); in readBinary() local
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.h52 string mangled_name; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/
H A Ddemangle_test.cc120 std::string mangled_name = "_Z1a"; in NestedMangledName() local
/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dsections.h13 static std::string demangle(const std::string& mangled_name) { in demangle()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle_test.cc166 std::string mangled_name = "_Z1a"; in NestedMangledName() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/
H A Ddemangle_test.cc166 std::string mangled_name = "_Z1a"; in NestedMangledName() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle_test.cc166 std::string mangled_name = "_Z1a"; in NestedMangledName() local
/aosp_15_r20/art/test/ti-agent/
H A Djni_binder.cc104 for (const std::string& mangled_name : mangled_names) { in BindMethod() local
/aosp_15_r20/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp92 const ResourceName* mangled_name = name_with_package; in FindByName() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle_test.cc340 std::string mangled_name = "_Z1a"; in NestedMangledName() local
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/read/
Dstream.rs165 pub fn mangled_name(&self) -> ::std::path::PathBuf { in mangled_name() method
/aosp_15_r20/external/stg/
H A Dabigail_reader.cc498 const auto mangled_name = GetAttribute(node, "mangled-name"); in FixBadDwarfElfLinks() local
1311 const auto mangled_name = ReadAttribute(decl, "mangled-name", missing); in ProcessMemberFunction() local
H A Dstg.proto147 string mangled_name = 2; field
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc454 const char* mangled_name, in DefineFunction()
489 const string& mangled_name) { in DeclarationDIE()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c542 const char *mangled_name; in lower_doubles_instr_to_soft() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs3391 let mangled_name = in codegen() localVariable
3458 let mangled_name = if is_toplevel { in codegen() localVariable
4168 let mangled_name = self.mangled_name(); in codegen() localVariable
5415 let mangled_name = mangled_name.as_bytes(); in names_will_be_identical_after_mangling() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dread.rs892 pub fn mangled_name(&self) -> ::std::path::PathBuf { in mangled_name() method

12