Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/
H A Dextract_symbols.py83 def should_keep_microsoft_symbol(symbol, calling_convention_decoration): argument
134 def should_keep_itanium_symbol(symbol, calling_convention_decoration): argument
427 calling_convention_decoration = readobj_is_32bit_windows(args.readobj, libs[0]) variable