Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7755 std::unique_ptr<DictScope> NoteScope; in printNotes() local
7761 NoteScope = std::make_unique<DictScope>(W, "NoteSection"); in printNotes()
7767 auto EndNotes = [&] { NoteScope.reset(); }; in printNotes()