Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6791 std::unique_ptr<DictScope> NoteScope; in printNotes() local
6795 NoteScope = std::make_unique<DictScope>(W, "NoteSection"); in printNotes()
6801 auto EndNotes = [&] { NoteScope.reset(); }; in printNotes()