Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp233 DenseMap<const MCSection *, const MCSymbol *> SectionFunctions; member in __anonbe1f80430111::WasmObjectWriter
287 SectionFunctions.clear(); in reset()
475 auto Pair = SectionFunctions.insert(std::make_pair(&Sec, &S)); in executePostLayoutBinding()
571 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation()
572 if (SecSymIt == SectionFunctions.end()) in recordRelocation()