Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp516 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation() local
517 if (SecSymIt == SectionFunctions.end()) in recordRelocation()
519 SectionSymbol = SecSymIt->second; in recordRelocation()