Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp238 StringSet<> DocSections; in ELFState() local
241 DocSections.insert(Sec->Name); in ELFState()
261 if (DocSections.count(SecName)) in ELFState()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp344 StringSet<> DocSections; in ELFState() local
354 if (!DocSections.insert(C->Name).second) in ELFState()
376 if (DocSections.count(SecName)) in ELFState()