Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DOptEmitter.cpp60 std::vector<StringRef> BPrefixes = B->getValueAsListOfStrings("Prefixes"); in CompareOptionRecords() local
64 BPre = BPrefixes.begin(), in CompareOptionRecords()
65 BEPre = BPrefixes.end(); in CompareOptionRecords()
/external/llvm/utils/TableGen/
DOptParserEmitter.cpp62 std::vector<std::string> BPrefixes = B->getValueAsListOfStrings("Prefixes"); in CompareOptionRecords() local
66 BPre = BPrefixes.begin(), in CompareOptionRecords()
67 BEPre = BPrefixes.end(); in CompareOptionRecords()