Searched refs:get_symbols (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/ |
D | 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 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]
|
/external/llvm/bindings/python/llvm/tests/ |
D | 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/icu/icu4c/source/samples/cal/ |
D | cal.c | 50 static void get_symbols(const UDateFormat *fmt, 290 static void get_symbols(const UDateFormat *fmt, in get_symbols() function 351 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status); in get_days() 372 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
|
/external/swiftshader/third_party/LLVM/tools/gold/ |
D | gold-plugin.cpp | 52 ld_plugin_get_symbols get_symbols = NULL; variable 201 get_symbols = tv->tv_u.tv_get_symbols; in onload() 386 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]); in all_symbols_read_hook()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 144 static ld_plugin_get_symbols get_symbols = nullptr; variable 347 if (!get_symbols) in onload() 348 get_symbols = tv->tv_u.tv_get_symbols; in onload() 351 get_symbols = tv->tv_u.tv_get_symbols; in onload() 647 ld_plugin_status status = get_symbols(F.handle, F.syms.size(), F.syms.data()); in getSymbolsAndView()
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 151 def get_symbols(self, cache=False): member in ObjectFile
|