Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp416 std::vector<StringPiecePair> orderedStringPieces; in buildCStringPriorities() local
436 orderedStringPieces.push_back(stringPiecePair); in buildCStringPriorities()
440 orderedStringPieces.insert(orderedStringPieces.end(), in buildCStringPriorities()
443 return orderedStringPieces; in buildCStringPriorities()