Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
H A Dextract_symbols.py137 def should_keep_microsoft_symbol(symbol, calling_convention_decoration): argument
193 def should_keep_itanium_symbol(symbol, calling_convention_decoration): argument
430 calling_convention_decoration = is_32bit_windows(libs[0]) variable