Skip to content

Commit

Permalink
Add parseAPI/src/CodeObject.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 9d59793 commit a7019c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions parseAPI/src/CodeObject.C
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ CodeObject::findBlocks(CodeRegion * cr, Address addr, set<Block*> & blocks)
return parser->findBlocks(cr,addr,blocks);
}

// find without parsing.
int CodeObject::findCurrentBlocks(CodeRegion * cr, Address addr, set<Block*> & blocks)
{
assert(parser);
Expand Down Expand Up @@ -254,10 +253,6 @@ CodeObject::finalize() {
parser->finalize();
}

// Call this function on the CodeObject corresponding to the targets,
// not the sources, if the edges are inter-module ones
//
// create work elements and pass them to the parser
bool
CodeObject::parseNewEdges( vector<NewEdgeToParse> & worklist )
{
Expand Down Expand Up @@ -369,7 +364,6 @@ CodeObject::parseNewEdges( vector<NewEdgeToParse> & worklist )
return true;
}

// set things up to pass through to IA_IAPI
bool CodeObject::isIATcall(Address insnAddr, std::string &calleeName)
{
// find region
Expand Down

0 comments on commit a7019c0

Please sign in to comment.