Home
last modified time | relevance | path

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

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