diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-08-09 14:21:27 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-08-09 14:21:27 +0000 |
commit | db7d874b712d173b50b5644bd3c5648de1bb39ca (patch) | |
tree | 91a79654da4b19e452d04196037fb8e6721cfcec /lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h | |
parent | 6349ce5ca52790ed98a7fee4fda8e8d71afa7a01 (diff) | |
download | bcm5719-llvm-db7d874b712d173b50b5644bd3c5648de1bb39ca.tar.gz bcm5719-llvm-db7d874b712d173b50b5644bd3c5648de1bb39ca.zip |
[lldb][NFC] Remove unused IRForTarget::BuildRelocation
llvm-svn: 368442
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h')
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h b/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h index f87fd8ac32c..5f484bdadd0 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h @@ -539,20 +539,6 @@ private: FunctionValueCache &entry_instruction_finder, lldb_private::Stream &error_stream); - /// Construct a reference to m_reloc_placeholder with a given type and - /// offset. This typically happens after inserting data into - /// m_data_allocator. - /// - /// \param[in] type - /// The type of the value being loaded. - /// - /// \param[in] offset - /// The offset of the value from the base of m_data_allocator. - /// - /// \return - /// The Constant for the reference, usually a ConstantExpr. - llvm::Constant *BuildRelocation(llvm::Type *type, uint64_t offset); - /// Commit the allocation in m_data_allocator and use its final location to /// replace m_reloc_placeholder. /// |