HomeSort by relevance Sort by last modified time
    Searched refs:mangling (Results 1 - 18 of 18) sorted by null

  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 7 * Name mangling for public symbols is controlled by --with-mangling and
jemalloc_mangle.sh 11 * 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
  /frameworks/rs/script_api/
GenerateStubsWhiteList.cpp 111 * purposes of mangling, although the parameter itself is not determined to be
152 /* Search the table of translations for the built-ins for the mangling that
185 * The mangling will be returned in full form in 'mangling'. 'compressedMangling'
191 * of the Itanium mangling used by llvm.
198 string* mangling, string* compressedMangling) {
199 string delta; // The part of the mangling we're generating for this recursion.
251 *mangling = delta;
263 *mangling = delta + rest;
274 // See if we've encountered this mangling before
312 string mangling, compressedMangling; local
330 string mangling; local
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 86 for (auto &&mangling : manglings) {
87 if (!MutateFunctionWithLinkageName(function, ir_dumper, mangling)) {
  /external/llvm/utils/
extract_symbols.py 120 # identifier/type mangling we can decide which symbols could possibly be
152 # mangling, and the identifier mangling is followed by the type mangling, so
154 # function type mangling. To spot a function type we use (this is derived
172 # demangle the identifier mangling to identify symbols that can be safely
325 parser.add_argument('--mangling', choices=['itanium','microsoft'],
326 required=True, help='expected symbol mangling scheme')
379 # the mangling scheme
380 if args.mangling == 'microsoft'
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 59 // use "T" as the mangling of C.whatever,
gcc.go 602 // mangleName does name mangling to translate names
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 59 // use "T" as the mangling of C.whatever,
gcc.go 602 // mangleName does name mangling to translate names
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html.go 173 // Using the transition funcs helps us avoid mangling
  /prebuilts/go/linux-x86/src/html/template/
html.go 173 // Using the transition funcs helps us avoid mangling
  /external/libunwind/doc/
libunwind-dynamic.tex 136 ASCII NUL terminated. For source languages that use name-mangling
172 ASCII NUL terminated. For source languages that use name-mangling
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 778 ; Applies any symbol mangling needed for C linkage, and sets up a define such that
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle.go     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 503 // Returns the C function with a specified identifier (for C++, you need to do manual name mangling)
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 874 milliseconds