Home
last modified time | relevance | path

Searched defs:DiffOutput (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h51 struct DiffOutput { struct
59 DiffOutput(std::string Name) : Name(Name){}; in DiffOutput() argument