Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp344 StringRef possibleHash = line.drop_front(CStringEntryPrefix.size()); in parseOrderFile() local
346 if (to_integer(possibleHash, hash)) in parseOrderFile()
347 symbolOrCStrHash = possibleHash; in parseOrderFile()