Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp232 DenseMap<const MCSection *, const MCSymbol *> SectionFunctions; member in __anon325f64800111::WasmObjectWriter
273 SectionFunctions.clear(); in reset()
406 auto Pair = SectionFunctions.insert(std::make_pair(&Sec, &S)); in executePostLayoutBinding()
504 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation()