Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp214 DenseMap<const MCSection *, const MCSymbol *> SectionFunctions; member in __anonc88d2daf0111::WasmObjectWriter
268 SectionFunctions.clear(); in reset()
427 auto Pair = SectionFunctions.insert(std::make_pair(&Sec, &S)); in executePostLayoutBinding()
523 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation()
524 if (SecSymIt == SectionFunctions.end()) in recordRelocation()