Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DOptEmitter.cpp60 std::vector<StringRef> BPrefixes = B->getValueAsListOfStrings("Prefixes"); in CompareOptionRecords() local
64 BPre = BPrefixes.begin(), in CompareOptionRecords()
65 BEPre = BPrefixes.end(); in CompareOptionRecords()