Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp354 static void handleSectionBoundarySymbol(const Undefined &sym, StringRef segSect, in handleSectionBoundarySymbol() argument
356 auto [segName, sectName] = segSect.split('$'); in handleSectionBoundarySymbol()