Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp674 std::vector<std::string> BundleTags; member in __anone38b3fdf0411::BitcodeReader
2562 if (!BundleTags.empty()) in parseOperandBundleTags()
2593 BundleTags.emplace_back(); in parseOperandBundleTags()
2594 if (convertToString(Record, 0, BundleTags.back())) in parseOperandBundleTags()
6433 if (Record.empty() || Record[0] >= BundleTags.size()) in parseFunctionBody()
6447 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody()