| 97 | void Fuzzer::setRelativeUTDir(std::string Path) { this->RelativeUTDir = Path; } |
| 98 | |
| 99 | std::string Fuzzer::getRelativeUTDir() const { return RelativeUTDir; } |
| 100 | |
| 101 | bool Fuzzer::isFuzzableInput(unsigned int DefID) const { |
| 102 | return DefIDFuzzInputMap.find(DefID) != DefIDFuzzInputMap.end(); |