Home
last modified time | relevance | path

Searched refs:detailCallback (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h36 void Report(StringRef s, std::function<void(raw_ostream &o)> detailCallback) { in Report() argument
39 detailCallback(*Out); in Report()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h43 void Report(StringRef s, std::function<void()> detailCallback);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp2019 StringRef s, std::function<void(void)> detailCallback) { in Report() argument
2022 detailCallback(); in Report()