Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h45 std::vector<std::pair<unsigned, std::string>> RecordNames; member
/src/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp490 CurBlockInfo->RecordNames.emplace_back( in ReadBlockInfoBlock()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp112 for (const std::pair<unsigned, std::string> &RN : Info->RecordNames) in GetCodeName()