| 341 | const amd::option::Options* linkOptions); |
| 342 | |
| 343 | void setType(type_t newType) { type_ = newType; } |
| 344 | |
| 345 | /* \brief Returns the next stage to compile from, based on sections in binary, |
| 346 | * also returns completeStages in a vector, which contains at least ACL_TYPE_DEFAULT, |