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

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 190 /// getBlockInfo - If there is block info for the specified ID, return it,
192 BlockInfo *getBlockInfo(unsigned BlockID) {
227 if (BlockInfo *Info = getBlockInfo(BlockID)) {
525 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 100 const BlockInfo *getBlockInfo(unsigned BlockID) const {
113 if (const BlockInfo *BI = getBlockInfo(BlockID))
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h 180 /// getBlockInfo - If there is block info for the specified ID, return it,
182 BlockInfo *getBlockInfo(unsigned BlockID) {
217 if (BlockInfo *Info = getBlockInfo(BlockID)) {
505 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 96 /// getBlockInfo - If there is block info for the specified ID, return it,
98 const BlockInfo *getBlockInfo(unsigned BlockID) const {
111 if (const BlockInfo *BI = getBlockInfo(BlockID))
397 BitStream->getBlockInfo(BlockID)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitstreamWriter.h 186 /// getBlockInfo - If there is block info for the specified ID, return it,
188 BlockInfo *getBlockInfo(unsigned BlockID) {
223 if (BlockInfo *Info = getBlockInfo(BlockID)) {
522 if (BlockInfo *BI = getBlockInfo(BlockID))
BitstreamReader.h 55 const BlockInfo *getBlockInfo(unsigned BlockID) const {
68 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 1690 milliseconds