Home
last modified time | relevance | path

Searched refs:mangling (Results 1 – 25 of 128) sorted by relevance

123456

/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.sh11 * name mangling that matches the API prefixing that happened as a result of
12 * --with-mangling and/or --with-jemalloc-prefix configuration settings.
32 * provide isolation from the name mangling specified via --with-mangling
Djemalloc_rename.sh7 * Name mangling for public symbols is controlled by --with-mangling and
/external/llvm-project/clang/test/CodeGenOpenCL/
Daddress-spaces-mangling.cl1 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=yes -triple %itanium_ab…
2 // RUN: %clang_cc1 %s -cl-std=CL2.0 -ffake-address-space-map -faddress-space-map-mangling=yes -trip…
3 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=no -triple %itanium_abi…
4 // RUN: %clang_cc1 %s -cl-std=CL2.0 -ffake-address-space-map -faddress-space-map-mangling=no -tripl…
Dpipe_types_mangling.cl25 // because the OCL specification on the Itanium ABI has a specified mangling
27 // into account. Thus, both would result in the same mangling, which is an IR-CodeGen
28 // error. Our windows implementation of this mangling doesn't have that problem,
Dlocal.cl1 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=no -triple %itanium_abi…
/external/rust/crates/bindgen/src/ir/
Dfunction.rs274 let mut mangling = cursor.mangling(); in cursor_mangling() localVariable
275 if mangling.is_empty() { in cursor_mangling()
299 if mangling.ends_with("D0Ev") { in cursor_mangling()
300 let new_len = mangling.len() - 4; in cursor_mangling()
301 mangling.truncate(new_len); in cursor_mangling()
302 mangling.push_str("D1Ev"); in cursor_mangling()
306 Some(mangling) in cursor_mangling()
/external/clang/test/CodeGenOpenCL/
Daddress-spaces-mangling.cl1 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=yes -triple %itanium_ab…
2 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=no -triple %itanium_abi…
Dlocal.cl1 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=no -triple %itanium_abi…
/external/tensorflow/tensorflow/core/protobuf/
Dgraph_debug_info.proto42 // The map key is a mangling of the containing function and op name with
49 // It would be preferable to avoid mangling and use a tuple key of (op.name,
/external/llvm/test/Assembler/
Dinvalid-datalayout10.ll3 ; CHECK: Expected mangling specifier in datalayout string
Dinvalid-datalayout2.ll3 ; CHECK: Unknown mangling in datalayout string
Dinvalid-datalayout11.ll3 ; CHECK: Unexpected trailing characters after mangling specifier in datalayout string
/external/llvm-project/llvm/test/Assembler/
Dinvalid-datalayout2.ll3 ; CHECK: Unknown mangling in datalayout string
Dinvalid-datalayout10.ll3 ; CHECK: Expected mangling specifier in datalayout string
Dinvalid-datalayout11.ll3 ; CHECK: Unexpected trailing characters after mangling specifier in datalayout string
/external/mesa3d/docs/relnotes/
D10.6.9.rst35 Compile errors with --enable-mangling
89 - glx: Fix build errors with --enable-mangling (v2)
/external/llvm/test/CodeGen/Generic/
Doverloaded-intrinsic-name.ll3 ; Tests the name mangling performed by the codepath following
5 ; run fine: doesn't actually test the mangling with the type of the
/external/llvm-project/clang/test/CodeGenObjCXX/
Dblock-id.mm6 // get the same unqualified-block mangling because the logic to handle
/external/clang/test/CodeGenObjCXX/
Dblock-id.mm6 // get the same unqualified-block mangling because the logic to handle
/external/libaom/libaom/third_party/x86inc/
DREADME.libaom13 Manage name mangling (prefixing with '_') manually because 'PREFIX' does not
/external/llvm/test/CodeGen/X86/
Dfastcall-correct-mangling.ll13 ; Check that a fastcall function gets correct mangling
/external/llvm-project/lld/test/COFF/
Dexport-stdcall.s7 # _bar_std@8, and then exports _foo_std@8. Same for fastcall and other mangling
/external/libvpx/libvpx/third_party/x86inc/
DREADME.libvpx13 Manage name mangling (prefixing with '_') manually because 'PREFIX' does not
/external/llvm-project/llvm/test/CodeGen/X86/
Dfastcall-correct-mangling.ll13 ; Check that a fastcall function gets correct mangling
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dgc-relocate-creation.ll6 ; type will fail because llvm does not support mangling vector of pointers.

123456