Home
last modified time | relevance | path

Searched refs:calling_convention_decoration (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/
Dextract_symbols.py122 def should_keep_microsoft_symbol(symbol, calling_convention_decoration): argument
125 if calling_convention_decoration:
174 def should_keep_itanium_symbol(symbol, calling_convention_decoration): argument
177 if calling_convention_decoration and symbol.startswith('_'):
313 get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg
316 symbol = should_keep_symbol(symbol, calling_convention_decoration)
407 calling_convention_decoration = is_32bit_windows(libs[0]) variable
418 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]