Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.h82 const llvm::StringRef CStringEntryPrefix = "CSTR;"; variable
H A DSectionPriorities.cpp343 if (line.starts_with(CStringEntryPrefix)) { in parseOrderFile()
344 StringRef possibleHash = line.drop_front(CStringEntryPrefix.size()); in parseOrderFile()