This adds new SB API calls and classes to allow a user of the SB API to obtain an address ranges from SBFunction and SBBlock.
9 lines
74 B
C++
9 lines
74 B
C++
void foo() {}
|
|
void bar() {}
|
|
|
|
int main() {
|
|
foo();
|
|
bar();
|
|
return 0;
|
|
}
|