Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp136 struct MethodContainer { struct
147 DenseMap<CachedHashStringRef, MethodContainer> instanceMethods;
148 DenseMap<CachedHashStringRef, MethodContainer> classMethods;
216 .try_emplace(methodName, MethodContainer{mcKind, containerIsec}) in parseMethods()