HomeSort by relevance Sort by last modified time
    Searched defs:getBlockInfo (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 100 const BlockInfo *getBlockInfo(unsigned BlockID) const {
113 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 172 BlockInfo *getBlockInfo(unsigned BlockID) {
295 BlockInfo *getBlockInfo(unsigned BlockID) {
296 return BlockInfoRecords->getBlockInfo(BlockID);
499 Block(BitStream->getBlockInfo(naclbitc::TOP_LEVEL_BLOCKID)));

Completed in 288 milliseconds

12