Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h74 extern StringSet<> FoundSectionSet;
H A Dllvm-objdump.cpp357 StringSet<> objdump::FoundSectionSet; member in objdump
421 FoundSectionSet.insert(SecName); in checkSectionFilter()
499 if (FoundSectionSet.count(S)) in warnOnNoMatchForSections()
H A DMachODump.cpp1952 FoundSectionSet.insert(DumpSection); in DumpSectionContents()