Commit Graph

6 Commits

Author SHA1 Message Date
Pietro Fezzardi 36a525314a Detect isolated functions using FunctionTags 2021-04-27 21:19:06 +02:00
Alessandro Di Federico 690e5fd9bd Update LoadModelPass usage 2021-03-16 12:01:15 +01:00
Pietro Fezzardi a23a89fd61 DecompileFunction: improve test efficiency
Now we don't iterate over all the Functions in a Module, but we use the
Model to detect the first isolated function.
2021-02-23 11:09:36 +01:00
Pietro Fezzardi e95c21db25 Use Model to detect isolated functions 2021-02-23 10:39:05 +01:00
Pietro Fezzardi 3116b67948 Ensure to find an isolated function in tests 2021-02-11 16:26:20 +01:00
Alessandro Di Federico e31fc91e04 s/decompileFunction.cpp/DecompileFunction.cpp/ 2021-02-01 18:45:33 +01:00