diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-07-22 21:20:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-07-22 21:20:39 +0000 |
| commit | aba8ee38c27eba47b2ef610d25122c5ef947df0c (patch) | |
| tree | 1081d32bd5ebb4feca6def53147df38102ed81a0 /llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h | |
| parent | 0710c74f299e2d2887d6ad5e773e36a8c9dcd0d1 (diff) | |
| download | bcm5719-llvm-aba8ee38c27eba47b2ef610d25122c5ef947df0c.tar.gz bcm5719-llvm-aba8ee38c27eba47b2ef610d25122c5ef947df0c.zip | |
remove the dwarf sizing stuff which is now dead, it was
"yet another" copy of the dwarf EH emission code that was
copied, pasted and slightly hacked up.
llvm-svn: 109169
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h')
| -rw-r--r-- | llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h b/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h index e627550d6d0..30956820f35 100644 --- a/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h +++ b/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h @@ -49,17 +49,6 @@ class JITDwarfEmitter { unsigned char* EndFunction, unsigned char* ExceptionTable) const; - unsigned GetExceptionTableSizeInBytes(MachineFunction* MF) const; - - unsigned - GetFrameMovesSizeInBytes(intptr_t BaseLabelPtr, - const std::vector<MachineMove> &Moves) const; - - unsigned GetCommonEHFrameSizeInBytes(const Function* Personality) const; - - unsigned GetEHFrameSizeInBytes(const Function* Personality, - unsigned char* StartFunction) const; - public: JITDwarfEmitter(JIT& jit); @@ -71,11 +60,6 @@ public: unsigned char* &EHFramePtr); - unsigned GetDwarfTableSizeInBytes(MachineFunction& F, - JITCodeEmitter& JCE, - unsigned char* StartFunction, - unsigned char* EndFunction); - void setModuleInfo(MachineModuleInfo* Info) { MMI = Info; } |

