Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp338 SetVector<StringRef> MissingSections; in warnOnNoMatchForSections() local
344 MissingSections.insert(S); in warnOnNoMatchForSections()
348 for (StringRef S : MissingSections) in warnOnNoMatchForSections()