Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp566 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation() local
567 if (SecSymIt == SectionFunctions.end()) in recordRelocation()
569 SectionSymbol = SecSymIt->second; in recordRelocation()