HomeSort by relevance Sort by last modified time
    Searched full:get_symbols (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/bindings/python/llvm/tests/
test_object.py 37 for symbol in o.get_symbols():
46 for symbol in o.get_symbols():
52 for symbol in o.get_symbols():
  /external/llvm/utils/
extract_symbols.py 313 get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg
315 for symbol in get_symbols(lib):
341 get_symbols = None variable
348 get_symbols = None variable
361 # Keep going until we have a tool to use for both get_symbols and
363 if not get_symbols:
364 get_symbols = tools[exe][0] variable
367 if get_symbols and is_32bit_windows:
371 if not get_symbols:
418 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 29 by calling get_sections() and get_symbols() respectively. To inspect
59 symbols = list(obj.get_symbols())
65 for symbol in obj.get_symbols():
74 symbols = list(obj.get_symbols(cache=True))
151 def get_symbols(self, cache=False): member in class:ObjectFile
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 52 ld_plugin_get_symbols get_symbols = NULL; member in namespace:__anon36456
201 get_symbols = tv->tv_u.tv_get_symbols;
364 /// At this point, we use get_symbols to see if any of our definitions have
386 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]);
  /toolchain/binutils/binutils-2.27/ld/
ChangeLog-2011 144 (get_symbols): Add def_ironly_exp param. Return that value for
579 (get_symbols): Use non_ir_ref flag rather than hash lookup.
671 (get_symbols): When report_plugin_symbols, show visibility too.
807 * plugin.c (get_symbols): Use wrapped lookup for undefined symbols.
849 (get_symbols): Report plugin symbols if report_plugin_symbols
884 * plugin.c (get_symbols): Don't check entry symbol here.
891 * plugin.c (get_symbols): Don't mark entry symbol IR only.
923 (get_symbols): Formatting.
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 50 static void get_symbols(const UDateFormat *fmt,
290 static void get_symbols(const UDateFormat *fmt, function
321 /* Free the symbols allocated by get_symbols(). */
351 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status);
372 get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months, no idea why */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /external/python/cpython2/Doc/library/
symtable.rst 86 .. method:: get_symbols()
  /external/python/cpython2/Lib/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /external/python/cpython3/Doc/library/
symtable.rst 82 .. method:: get_symbols()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /external/python/cpython2/Lib/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 58 static ld_plugin_get_symbols get_symbols = NULL; variable
123 get_symbols = entry->tv_u.tv_get_symbols;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 108 def get_symbols(self): member in class:SymbolTable
  /external/python/cpython2/Lib/
symtable.py 105 def get_symbols(self): member in class:SymbolTable
  /external/python/cpython3/Lib/
symtable.py 100 def get_symbols(self): member in class:SymbolTable
  /external/python/cpython3/Lib/test/
test_symtable.py 112 len(self.top.get_symbols()))

Completed in 1482 milliseconds

1 2