Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h58 extern StringSet<> FoundSectionSet;
H A Dllvm-objdump.cpp232 StringSet<> objdump::FoundSectionSet; member in objdump
262 FoundSectionSet.insert(SecName); in checkSectionFilter()
340 if (FoundSectionSet.count(S)) in warnOnNoMatchForSections()
H A DMachODump.cpp1754 FoundSectionSet.insert(DumpSection); in DumpSectionContents()