diff options
author | Greg Clayton <gclayton@apple.com> | 2011-03-02 23:01:18 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-03-02 23:01:18 +0000 |
commit | 93d00df578fbcc92886342ab2ecc1f6d4f785782 (patch) | |
tree | 24798e20da3aec8384991fe6361883c5ae1f39d7 /llvm/lib/CodeGen/SplitKit.h | |
parent | 1a234ff46f936318d9bd40657e28b653b24dbc9b (diff) | |
download | bcm5719-llvm-93d00df578fbcc92886342ab2ecc1f6d4f785782.tar.gz bcm5719-llvm-93d00df578fbcc92886342ab2ecc1f6d4f785782.zip |
Export the ability to get the start and end addresses for functions
and symbols, and also allow clients to get the prologue size in bytes:
SBAddress
SBFunction::GetStartAddress ();
SBAddress
SBFunction::GetEndAddress ();
uint32_t
SBFunction::GetPrologueByteSize ();
SBAddress
SBSymbol::GetStartAddress ();
SBAddress
SBSymbol::GetEndAddress ();
uint32_t
SBSymbol::GetPrologueByteSize ();
llvm-svn: 126892
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
0 files changed, 0 insertions, 0 deletions