Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h129 AbbrevList &getAbbrevs() { return Abbrevs; } in getAbbrevs() function
433 NumGlobalAbbrevs(GlobalAbbrevs->getAbbrevs().getVector().size()), in Block()
437 NumGlobalAbbrevs(GlobalAbbrevs->getAbbrevs().getVector().size()), in Block()
441 return GlobalAbbrevs->getAbbrevs(); in getGlobalAbbrevs()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp395 &CurBlock.GlobalAbbrevs->getAbbrevs(); in ReadBlockInfoBlock()
437 &BitStream->getBlockInfo((unsigned)Record[0])->getAbbrevs(); in ReadBlockInfoBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h451 const DenseSet<Abbrev, AbbrevMapInfo> &getAbbrevs() const { in getAbbrevs() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1015 for (const auto &Abbrev : NI.getAbbrevs()) { in verifyNameIndexAbbrevs()