| 265 | |
| 266 | |
| 267 | bool LanguageRepresentationFunctionType::IsValid(BinaryView*) |
| 268 | { |
| 269 | return true; |
| 270 | } |
| 271 | |
| 272 | |
| 273 | vector<DisassemblyTextLine> LanguageRepresentationFunctionType::GetFunctionTypeTokens(Function*, DisassemblySettings*) |
no test coverage detected