Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCContext.cpp173 MachOUniquingMap.clear(); in reset()
503 auto R = MachOUniquingMap.try_emplace((Segment + Twine(',') + Section).str()); in getMachOSection()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h322 StringMap<MCSectionMachO *> MachOUniquingMap; variable