Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSymbolTable.cpp212 static void handleSectionBoundarySymbol(const Undefined &sym, StringRef segSect, in handleSectionBoundarySymbol() argument
215 std::tie(segName, sectName) = segSect.split('$'); in handleSectionBoundarySymbol()