Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dextract_symbols.py127 def should_keep_microsoft_symbol(symbol, calling_convention_decoration): argument
183 def should_keep_itanium_symbol(symbol, calling_convention_decoration): argument
420 calling_convention_decoration = is_32bit_windows(libs[0]) variable