Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp571 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation() local
572 if (SecSymIt == SectionFunctions.end()) in recordRelocation()
574 SectionSymbol = SecSymIt->second; in recordRelocation()