Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h62 extern StringSet<> FoundSectionSet;
H A Dllvm-objdump.cpp244 StringSet<> objdump::FoundSectionSet; member in objdump
277 FoundSectionSet.insert(SecName); in checkSectionFilter()
355 if (FoundSectionSet.count(S)) in warnOnNoMatchForSections()
H A DMachODump.cpp1985 FoundSectionSet.insert(DumpSection); in DumpSectionContents()