HomeSort by relevance Sort by last modified time
    Searched refs:getBlockInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 196 /// getBlockInfo - If there is block info for the specified ID, return it,
198 BlockInfo *getBlockInfo(unsigned BlockID) {
233 if (BlockInfo *Info = getBlockInfo(BlockID)) {
520 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 104 /// getBlockInfo - If there is block info for the specified ID, return it,
106 const BlockInfo *getBlockInfo(unsigned BlockID) const {
119 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 92 StreamFile.getBlockInfo(BlockID)) {
134 StreamFile.getBlockInfo(BlockID)) {
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 65 BitStream->getBlockInfo(BlockID)) {

Completed in 29 milliseconds