aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-08-02 08:16:35 +0000
committerPavel Labath <pavel@labath.sk>2019-08-02 08:16:35 +0000
commit23f70e83594f650830764cca446fdfcba7368460 (patch)
tree59d0f7142156dceb4cb4af1d2fe8d9a18fedf8ab /llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
parent9eedbc4f266d1e49d335d48c4c0f717401d927d2 (diff)
downloadllvm-23f70e83594f650830764cca446fdfcba7368460.zip
llvm-23f70e83594f650830764cca446fdfcba7368460.tar.gz
llvm-23f70e83594f650830764cca446fdfcba7368460.tar.bz2
SymbolVendor: Introduce Module::GetSymbolFile
Summary: This is the next step in avoiding funneling all SymbolFile calls through the SymbolVendor. Right now, it is just a convenience function, but it allows us to update all calls to SymbolVendor functions to access the SymbolFile directly. Once all call sites have been updated, we can remove the GetSymbolVendor member function. This patch just updates the calls to GetSymbolVendor, which were calling it just so they could fetch the underlying symbol file. Other calls will be done in follow-ups. Reviewers: JDevlieghere, clayborg, jingham Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D65435 llvm-svn: 367664
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp')
0 files changed, 0 insertions, 0 deletions