Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),

and ARM.  Implement __builtin_init_dwarf_reg_size_table for i386 (both) and
x86-64 (all).

llvm-svn: 97859
This commit is contained in:
John McCall
2010-03-06 00:35:14 +00:00
parent 381268e629
commit beec5a080f
5 changed files with 120 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ public:
const llvm::TargetData &getTargetData() const { return TheTargetData; }
llvm::LLVMContext &getLLVMContext() { return VMContext; }
const TargetCodeGenInfo &getTargetCodeGenInfo() const;
bool isTargetDarwin() const;
/// getDeclVisibilityMode - Compute the visibility of the decl \arg D.
LangOptions::VisibilityMode getDeclVisibilityMode(const Decl *D) const;