Home
last modified time | relevance | path

Searched defs: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
174 def should_keep_itanium_symbol(symbol, calling_convention_decoration): argument
407 calling_convention_decoration = is_32bit_windows(libs[0]) variable