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.cpp553 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation() local
554 if (SecSymIt == SectionFunctions.end()) in recordRelocation()
556 SectionSymbol = SecSymIt->second; in recordRelocation()