diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-09-29 22:08:00 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-09-29 22:08:00 +0000 |
commit | 153004f220965681d326266fd0c6f7c03d5c6173 (patch) | |
tree | 0387d31938b6c42fe4b052face2a3cdc7f4cebce /lldb/source/Interpreter/ScriptInterpreterPython.cpp | |
parent | 5a1000dddc77eb9b1a47b6840d79fbe287f1da91 (diff) | |
download | bcm5719-llvm-153004f220965681d326266fd0c6f7c03d5c6173.tar.gz bcm5719-llvm-153004f220965681d326266fd0c6f7c03d5c6173.zip |
Use ClangToLLVMArgsMapping in CodeGenTypes::GetFunctionType(). NFC.
This is the last piece of CGCall code that had implicit assumptions about
the order in which Clang arguments are translated to LLVM ones (positions
of inalloca argument, sret, this, padding arguments etc.) Now all of
this data is encapsulated in ClangToLLVMArgsMapping. If this information
would be required somewhere else, this class can be moved to a separate
header or pulled into CGFunctionInfo.
llvm-svn: 218634
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions