MCPcopy Create free account
hub / github.com/GANGE666/xVMP / ReadCode

Method ReadCode

src/include/llvm/Bitcode/BitstreamReader.h:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 }
412
413 unsigned ReadCode() {
414 return Read(CurCodeSize);
415 }
416
417 // Block header:
418 // [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]

Callers 15

readDiagnosticsMethod · 0.80
ReadDeclRecordMethod · 0.80
loadDeclUpdateRecordsMethod · 0.80
loadPendingDeclChainMethod · 0.80
ReadSLocEntryMethod · 0.80
ReadBlockAbbrevsMethod · 0.80
readInputFileInfoMethod · 0.80
readTypeRecordMethod · 0.80

Calls 1

ReadFunction · 0.85

Tested by

no test coverage detected